Html Css Color HEX #606638 Woodland

📋 copy color: '#606638'

red 96 ◦ green 102 ◦ blue 56

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

Shades of Woodland #606638

Tints of Woodland #606638

RGB

 RED value IS 96 (37.89% from 255) = 37.8%

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 37.8%
G = 40.16%
B = 22.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#606638 (or 0x606638) is known color: Woodland. HEX triplet: 60, 66 and 38. RGB value is (96,102,56). Sum of RGB (Red+Green+Blue) = 96+102+56=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #606638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606638 is #9F99C7. Grayscale: #5F5F5F. Windows color (decimal): -10459592 or 3696224. OLE color: 3696224.

HSL color Cylindrical-coordinate representation of color #606638: hue angle of 67.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606638 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 102 56 -
CMYK 0.06 0 0.45 0.6
HSL 67.83º 0.29% 0.31% -
HSV(B) 67.83º 0.45% 0.4% -
XYZ 10.29 12.28 5.57 -
YUV 94.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 96 102 56 0.06 0 0.45 0.6 67.83 0.29 0.31
Hex 60 66 38 6 0 2D 3C 44 1D 1F
Octal 140 146 70 6 0 55 74 104 35 37
Binary 1100000 1100110 111000 110 0 101101 111100 1000100 11101 11111

Color Harmonies of #606638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606638

Black with #606638

Text Example


Text Example

White with #606638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606638; }

 p { color: rgb(96,102,56); }

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

background-color css

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

 a { background-color: rgb(96,102,56); }

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

border-color css

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

 span { border-color: rgb(96,102,56); }

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