Html Css Color HEX #65856D Laurel

📋 copy color: '#65856D'

red 101 ◦ green 133 ◦ blue 109

#65856D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #65856D

Tints of Laurel #65856D

RGB

 RED value IS 101 (39.84% from 255) = 29.45%

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 109 (42.97% from 255) = 31.78%

R = 29.45%
G = 38.78%
B = 31.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65856D (or 0x65856D) is known color: Laurel. HEX triplet: 65, 85 and 6D. RGB value is (101,133,109). Sum of RGB (Red+Green+Blue) = 101+133+109=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #65856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65856D is #9A7A92. Grayscale: #787878. Windows color (decimal): -10123923 or 7177573. OLE color: 7177573.

HSL color Cylindrical-coordinate representation of color #65856D: hue angle of 135º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65856D is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 109 -
CMYK 0.24 0 0.18 0.48
HSL 135º 0.14% 0.46% -
HSV(B) 135º 0.24% 0.52% -
XYZ 16.51 20.65 17.58 -
YUV 120.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 101 133 109 0.24 0 0.18 0.48 135 0.14 0.46
Hex 65 85 6D 18 0 12 30 87 E 2E
Octal 145 205 155 30 0 22 60 207 16 56
Binary 1100101 10000101 1101101 11000 0 10010 110000 10000111 1110 101110

Color Harmonies of #65856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65856D

Black with #65856D

Text Example


Text Example

White with #65856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65856D; }

 p { color: rgb(101,133,109); }

 H1.HeaderClassName
 {
   color: #65856D;
 }
 .AnyTagClassName
 {
   color: #65856D;
 }
</style>

background-color css

<style>
 a { background-color: #65856D; }

 a { background-color: rgb(101,133,109); }

 div.DivClassName
 {
   background-color: #65856D;
 }
 .BgClassName
 {
   background-color: #65856D;
 }
</style>

border-color css

<style>
 span { border-color: #65856D; }

 span { border-color: rgb(101,133,109); }

 td.TdClassName
 {
   border-color: #65856D;
 }
 .TagClassName
 {
   border-color: #65856D;
 }
</style>