Html Css Color HEX #616B4A Woodland

📋 copy color: '#616B4A'

red 97 ◦ green 107 ◦ blue 74

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

Shades of Woodland #616B4A

Tints of Woodland #616B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 34.89%
G = 38.49%
B = 26.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#616B4A (or 0x616B4A) is known color: Woodland. HEX triplet: 61, 6B and 4A. RGB value is (97,107,74). Sum of RGB (Red+Green+Blue) = 97+107+74=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #616B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B4A is #9E94B5. Grayscale: #646464. Windows color (decimal): -10392758 or 4877153. OLE color: 4877153.

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

Color convert

RGB 97 107 74 -
CMYK 0.09 0 0.31 0.58
HSL 78.18º 0.18% 0.35% -
HSV(B) 78.18º 0.31% 0.42% -
XYZ 11.42 13.55 8.49 -
YUV 100.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 97 107 74 0.09 0 0.31 0.58 78.18 0.18 0.35
Hex 61 6B 4A 9 0 1F 3A 4E 12 23
Octal 141 153 112 11 0 37 72 116 22 43
Binary 1100001 1101011 1001010 1001 0 11111 111010 1001110 10010 100011

Color Harmonies of #616B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B4A

Black with #616B4A

Text Example


Text Example

White with #616B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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