Html Css Color HEX #65856B Laurel

📋 copy color: '#65856B'

red 101 ◦ green 133 ◦ blue 107

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

Shades of Laurel #65856B

Tints of Laurel #65856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 29.62%
G = 39%
B = 31.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#65856B (or 0x65856B) is known color: Laurel. HEX triplet: 65, 85 and 6B. RGB value is (101,133,107). Sum of RGB (Red+Green+Blue) = 101+133+107=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #65856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65856B is #9A7A94. Grayscale: #787878. Windows color (decimal): -10123925 or 7046501. OLE color: 7046501.

HSL color Cylindrical-coordinate representation of color #65856B: hue angle of 131.25º 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 #65856B is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 107 -
CMYK 0.24 0 0.20 0.48
HSL 131.25º 0.14% 0.46% -
HSV(B) 131.25º 0.24% 0.52% -
XYZ 16.41 20.6 17.02 -
YUV 120.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 101 133 107 0.24 0 0.20 0.48 131.25 0.14 0.46
Hex 65 85 6B 18 0 14 30 83 E 2E
Octal 145 205 153 30 0 24 60 203 16 56
Binary 1100101 10000101 1101011 11000 0 10100 110000 10000011 1110 101110

Color Harmonies of #65856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65856B

Black with #65856B

Text Example


Text Example

White with #65856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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