Html Css Color HEX #616B45 Woodland

📋 copy color: '#616B45'

red 97 ◦ green 107 ◦ blue 69

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

Shades of Woodland #616B45

Tints of Woodland #616B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 35.53%
G = 39.19%
B = 25.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#616B45 (or 0x616B45) is known color: Woodland. HEX triplet: 61, 6B and 45. RGB value is (97,107,69). Sum of RGB (Red+Green+Blue) = 97+107+69=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #616B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B45 is #9E94BA. Grayscale: #636363. Windows color (decimal): -10392763 or 4549473. OLE color: 4549473.

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

Color convert

RGB 97 107 69 -
CMYK 0.09 0 0.36 0.58
HSL 75.79º 0.22% 0.35% -
HSV(B) 75.79º 0.36% 0.42% -
XYZ 11.26 13.49 7.64 -
YUV 99.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 97 107 69 0.09 0 0.36 0.58 75.79 0.22 0.35
Hex 61 6B 45 9 0 24 3A 4C 16 23
Octal 141 153 105 11 0 44 72 114 26 43
Binary 1100001 1101011 1000101 1001 0 100100 111010 1001100 10110 100011

Color Harmonies of #616B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B45

Black with #616B45

Text Example


Text Example

White with #616B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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