Html Css Color HEX #66836C Laurel

📋 copy color: '#66836C'

red 102 ◦ green 131 ◦ blue 108

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

Shades of Laurel #66836C

Tints of Laurel #66836C

RGB

 RED value IS 102 (40.23% from 255) = 29.91%

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 29.91%
G = 38.42%
B = 31.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#66836C (or 0x66836C) is known color: Laurel. HEX triplet: 66, 83 and 6C. RGB value is (102,131,108). Sum of RGB (Red+Green+Blue) = 102+131+108=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #66836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66836C is #997C93. Grayscale: #777777. Windows color (decimal): -10058900 or 7111526. OLE color: 7111526.

HSL color Cylindrical-coordinate representation of color #66836C: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66836C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 131 108 -
CMYK 0.22 0 0.18 0.49
HSL 132.41º 0.12% 0.46% -
HSV(B) 132.41º 0.22% 0.51% -
XYZ 16.3 20.14 17.22 -
YUV 119.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 102 131 108 0.22 0 0.18 0.49 132.41 0.12 0.46
Hex 66 83 6C 16 0 12 31 84 C 2E
Octal 146 203 154 26 0 22 61 204 14 56
Binary 1100110 10000011 1101100 10110 0 10010 110001 10000100 1100 101110

Color Harmonies of #66836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66836C

Black with #66836C

Text Example


Text Example

White with #66836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66836C; }

 p { color: rgb(102,131,108); }

 H1.HeaderClassName
 {
   color: #66836C;
 }
 .AnyTagClassName
 {
   color: #66836C;
 }
</style>

background-color css

<style>
 a { background-color: #66836C; }

 a { background-color: rgb(102,131,108); }

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

border-color css

<style>
 span { border-color: #66836C; }

 span { border-color: rgb(102,131,108); }

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