Html Css Color HEX #606344 Woodland

📋 copy color: '#606344'

red 96 ◦ green 99 ◦ blue 68

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

Shades of Woodland #606344

Tints of Woodland #606344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 36.5%
G = 37.64%
B = 25.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#606344 (or 0x606344) is known color: Woodland. HEX triplet: 60, 63 and 44. RGB value is (96,99,68). Sum of RGB (Red+Green+Blue) = 96+99+68=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #606344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606344 is #9F9CBB. Grayscale: #5E5E5E. Windows color (decimal): -10460348 or 4481888. OLE color: 4481888.

HSL color Cylindrical-coordinate representation of color #606344: hue angle of 65.81º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #606344 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 68 -
CMYK 0.03 0 0.31 0.61
HSL 65.81º 0.19% 0.33% -
HSV(B) 65.81º 0.31% 0.39% -
XYZ 10.33 11.83 7.21 -
YUV 94.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 96 99 68 0.03 0 0.31 0.61 65.81 0.19 0.33
Hex 60 63 44 3 0 1F 3D 42 13 21
Octal 140 143 104 3 0 37 75 102 23 41
Binary 1100000 1100011 1000100 11 0 11111 111101 1000010 10011 100001

Color Harmonies of #606344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606344

Black with #606344

Text Example


Text Example

White with #606344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606344; }

 p { color: rgb(96,99,68); }

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

background-color css

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

 a { background-color: rgb(96,99,68); }

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

border-color css

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

 span { border-color: rgb(96,99,68); }

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