Html Css Color HEX #616838 Woodland

📋 copy color: '#616838'

red 97 ◦ green 104 ◦ blue 56

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

Shades of Woodland #616838

Tints of Woodland #616838

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 37.74%
G = 40.47%
B = 21.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#616838 (or 0x616838) is known color: Woodland. HEX triplet: 61, 68 and 38. RGB value is (97,104,56). Sum of RGB (Red+Green+Blue) = 97+104+56=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #616838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616838 is #9E97C7. Grayscale: #606060. Windows color (decimal): -10393544 or 3696737. OLE color: 3696737.

HSL color Cylindrical-coordinate representation of color #616838: hue angle of 68.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616838 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 56 -
CMYK 0.07 0 0.46 0.59
HSL 68.75º 0.3% 0.31% -
HSV(B) 68.75º 0.46% 0.41% -
XYZ 10.59 12.73 5.64 -
YUV 96.44 105.18 128.4 -
System Red Green Blue C M Y K H S L
Decimal 97 104 56 0.07 0 0.46 0.59 68.75 0.3 0.31
Hex 61 68 38 7 0 2E 3B 45 1E 1F
Octal 141 150 70 7 0 56 73 105 36 37
Binary 1100001 1101000 111000 111 0 101110 111011 1000101 11110 11111

Color Harmonies of #616838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616838

Black with #616838

Text Example


Text Example

White with #616838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616838; }

 p { color: rgb(97,104,56); }

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

background-color css

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

 a { background-color: rgb(97,104,56); }

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

border-color css

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

 span { border-color: rgb(97,104,56); }

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