Html Css Color HEX #616B4B Woodland

📋 copy color: '#616B4B'

red 97 ◦ green 107 ◦ blue 75

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

Shades of Woodland #616B4B

Tints of Woodland #616B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.88%

R = 34.77%
G = 38.35%
B = 26.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#616B4B (or 0x616B4B) is known color: Woodland. HEX triplet: 61, 6B and 4B. RGB value is (97,107,75). Sum of RGB (Red+Green+Blue) = 97+107+75=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #616B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B4B is #9E94B4. Grayscale: #646464. Windows color (decimal): -10392757 or 4942689. OLE color: 4942689.

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

Color convert

RGB 97 107 75 -
CMYK 0.09 0 0.30 0.58
HSL 78.75º 0.18% 0.36% -
HSV(B) 78.75º 0.3% 0.42% -
XYZ 11.46 13.56 8.67 -
YUV 100.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 97 107 75 0.09 0 0.30 0.58 78.75 0.18 0.36
Hex 61 6B 4B 9 0 1E 3A 4F 12 24
Octal 141 153 113 11 0 36 72 117 22 44
Binary 1100001 1101011 1001011 1001 0 11110 111010 1001111 10010 100100

Color Harmonies of #616B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B4B

Black with #616B4B

Text Example


Text Example

White with #616B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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