Html Css Color HEX #616748 Woodland

📋 copy color: '#616748'

red 97 ◦ green 103 ◦ blue 72

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

Shades of Woodland #616748

Tints of Woodland #616748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 35.66%
G = 37.87%
B = 26.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#616748 (or 0x616748) is known color: Woodland. HEX triplet: 61, 67 and 48. RGB value is (97,103,72). Sum of RGB (Red+Green+Blue) = 97+103+72=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #616748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616748 is #9E98B7. Grayscale: #616161. Windows color (decimal): -10393784 or 4745057. OLE color: 4745057.

HSL color Cylindrical-coordinate representation of color #616748: hue angle of 71.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616748 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 103 72 -
CMYK 0.06 0 0.30 0.60
HSL 71.61º 0.18% 0.34% -
HSV(B) 71.61º 0.3% 0.4% -
XYZ 10.95 12.71 8.01 -
YUV 97.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 97 103 72 0.06 0 0.30 0.60 71.61 0.18 0.34
Hex 61 67 48 6 0 1E 3C 48 12 22
Octal 141 147 110 6 0 36 74 110 22 42
Binary 1100001 1100111 1001000 110 0 11110 111100 1001000 10010 100010

Color Harmonies of #616748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616748

Black with #616748

Text Example


Text Example

White with #616748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616748; }

 p { color: rgb(97,103,72); }

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

background-color css

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

 a { background-color: rgb(97,103,72); }

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

border-color css

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

 span { border-color: rgb(97,103,72); }

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