Html Css Color HEX #616345 Woodland

📋 copy color: '#616345'

red 97 ◦ green 99 ◦ blue 69

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

Shades of Woodland #616345

Tints of Woodland #616345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 36.6%
G = 37.36%
B = 26.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#616345 (or 0x616345) is known color: Woodland. HEX triplet: 61, 63 and 45. RGB value is (97,99,69). Sum of RGB (Red+Green+Blue) = 97+99+69=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #616345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616345 is #9E9CBA. Grayscale: #5F5F5F. Windows color (decimal): -10394811 or 4547425. OLE color: 4547425.

HSL color Cylindrical-coordinate representation of color #616345: hue angle of 64º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616345 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 69 -
CMYK 0.02 0 0.30 0.61
HSL 64º 0.18% 0.33% -
HSV(B) 64º 0.3% 0.39% -
XYZ 10.47 11.89 7.37 -
YUV 94.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 97 99 69 0.02 0 0.30 0.61 64 0.18 0.33
Hex 61 63 45 2 0 1E 3D 40 12 21
Octal 141 143 105 2 0 36 75 100 22 41
Binary 1100001 1100011 1000101 10 0 11110 111101 1000000 10010 100001

Color Harmonies of #616345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616345

Black with #616345

Text Example


Text Example

White with #616345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616345; }

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

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

background-color css

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

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

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

border-color css

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

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

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