Html Css Color HEX #616B48 Woodland

📋 copy color: '#616B48'

red 97 ◦ green 107 ◦ blue 72

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

Shades of Woodland #616B48

Tints of Woodland #616B48

RGB

 RED value IS 97 (38.28% from 255) = 35.14%

 GREEN value IS 107 (42.19% from 255) = 38.77%

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

R = 35.14%
G = 38.77%
B = 26.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#616B48 (or 0x616B48) is known color: Woodland. HEX triplet: 61, 6B and 48. RGB value is (97,107,72). Sum of RGB (Red+Green+Blue) = 97+107+72=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #616B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B48 is #9E94B7. Grayscale: #646464. Windows color (decimal): -10392760 or 4746081. OLE color: 4746081.

HSL color Cylindrical-coordinate representation of color #616B48: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #616B48 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 107 72 -
CMYK 0.09 0 0.33 0.58
HSL 77.14º 0.2% 0.35% -
HSV(B) 77.14º 0.33% 0.42% -
XYZ 11.36 13.52 8.14 -
YUV 100.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 97 107 72 0.09 0 0.33 0.58 77.14 0.2 0.35
Hex 61 6B 48 9 0 21 3A 4D 14 23
Octal 141 153 110 11 0 41 72 115 24 43
Binary 1100001 1101011 1001000 1001 0 100001 111010 1001101 10100 100011

Color Harmonies of #616B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B48

Black with #616B48

Text Example


Text Example

White with #616B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616B48; }

 p { color: rgb(97,107,72); }

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

background-color css

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

 a { background-color: rgb(97,107,72); }

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

border-color css

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

 span { border-color: rgb(97,107,72); }

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