Html Css Color HEX #5C614B Woodland

📋 copy color: '#5C614B'

red 92 ◦ green 97 ◦ blue 75

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

Shades of Woodland #5C614B

Tints of Woodland #5C614B

RGB

 RED value IS 92 (36.33% from 255) = 34.85%

 GREEN value IS 97 (38.28% from 255) = 36.74%

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

R = 34.85%
G = 36.74%
B = 28.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#5C614B (or 0x5C614B) is known color: Woodland. HEX triplet: 5C, 61 and 4B. RGB value is (92,97,75). Sum of RGB (Red+Green+Blue) = 92+97+75=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #5C614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C614B is #A39EB4. Grayscale: #5D5D5D. Windows color (decimal): -10722997 or 4940124. OLE color: 4940124.

HSL color Cylindrical-coordinate representation of color #5C614B: hue angle of 73.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C614B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 97 75 -
CMYK 0.05 0 0.23 0.62
HSL 73.64º 0.13% 0.34% -
HSV(B) 73.64º 0.23% 0.38% -
XYZ 9.96 11.33 8.32 -
YUV 93 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 92 97 75 0.05 0 0.23 0.62 73.64 0.13 0.34
Hex 5C 61 4B 5 0 17 3E 4A D 22
Octal 134 141 113 5 0 27 76 112 15 42
Binary 1011100 1100001 1001011 101 0 10111 111110 1001010 1101 100010

Color Harmonies of #5C614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C614B

Black with #5C614B

Text Example


Text Example

White with #5C614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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