Html Css Color HEX #606641 Woodland

📋 copy color: '#606641'

red 96 ◦ green 102 ◦ blue 65

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

Shades of Woodland #606641

Tints of Woodland #606641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 36.5%
G = 38.78%
B = 24.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#606641 (or 0x606641) is known color: Woodland. HEX triplet: 60, 66 and 41. RGB value is (96,102,65). Sum of RGB (Red+Green+Blue) = 96+102+65=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #606641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606641 is #9F99BE. Grayscale: #606060. Windows color (decimal): -10459583 or 4286048. OLE color: 4286048.

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

Color convert

RGB 96 102 65 -
CMYK 0.06 0 0.36 0.6
HSL 69.73º 0.22% 0.33% -
HSV(B) 69.73º 0.36% 0.4% -
XYZ 10.53 12.37 6.83 -
YUV 95.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 96 102 65 0.06 0 0.36 0.6 69.73 0.22 0.33
Hex 60 66 41 6 0 24 3C 46 16 21
Octal 140 146 101 6 0 44 74 106 26 41
Binary 1100000 1100110 1000001 110 0 100100 111100 1000110 10110 100001

Color Harmonies of #606641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606641

Black with #606641

Text Example


Text Example

White with #606641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606641; }

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

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

background-color css

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

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

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

border-color css

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

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

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