Html Css Color HEX #666848 Woodland

📋 copy color: '#666848'

red 102 ◦ green 104 ◦ blue 72

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

Shades of Woodland #666848

Tints of Woodland #666848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 36.69%
G = 37.41%
B = 25.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#666848 (or 0x666848) is known color: Woodland. HEX triplet: 66, 68 and 48. RGB value is (102,104,72). Sum of RGB (Red+Green+Blue) = 102+104+72=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #666848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666848 is #9997B7. Grayscale: #636363. Windows color (decimal): -10065848 or 4745318. OLE color: 4745318.

HSL color Cylindrical-coordinate representation of color #666848: hue angle of 63.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666848 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 72 -
CMYK 0.02 0 0.31 0.59
HSL 63.75º 0.18% 0.35% -
HSV(B) 63.75º 0.31% 0.41% -
XYZ 11.6 13.19 8.07 -
YUV 99.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 102 104 72 0.02 0 0.31 0.59 63.75 0.18 0.35
Hex 66 68 48 2 0 1F 3B 40 12 23
Octal 146 150 110 2 0 37 73 100 22 43
Binary 1100110 1101000 1001000 10 0 11111 111011 1000000 10010 100011

Color Harmonies of #666848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666848

Black with #666848

Text Example


Text Example

White with #666848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666848; }

 p { color: rgb(102,104,72); }

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

background-color css

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

 a { background-color: rgb(102,104,72); }

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

border-color css

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

 span { border-color: rgb(102,104,72); }

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