Html Css Color HEX #656848 Woodland

📋 copy color: '#656848'

red 101 ◦ green 104 ◦ blue 72

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

Shades of Woodland #656848

Tints of Woodland #656848

RGB

 RED value IS 101 (39.84% from 255) = 36.46%

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

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

R = 36.46%
G = 37.55%
B = 25.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#656848 (or 0x656848) is known color: Woodland. HEX triplet: 65, 68 and 48. RGB value is (101,104,72). Sum of RGB (Red+Green+Blue) = 101+104+72=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #656848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656848 is #9A97B7. Grayscale: #636363. Windows color (decimal): -10131384 or 4745317. OLE color: 4745317.

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

Color convert

RGB 101 104 72 -
CMYK 0.03 0 0.31 0.59
HSL 65.63º 0.18% 0.35% -
HSV(B) 65.63º 0.31% 0.41% -
XYZ 11.49 13.14 8.06 -
YUV 99.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 101 104 72 0.03 0 0.31 0.59 65.63 0.18 0.35
Hex 65 68 48 3 0 1F 3B 42 12 23
Octal 145 150 110 3 0 37 73 102 22 43
Binary 1100101 1101000 1001000 11 0 11111 111011 1000010 10010 100011

Color Harmonies of #656848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656848

Black with #656848

Text Example


Text Example

White with #656848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656848; }

 p { color: rgb(101,104,72); }

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

background-color css

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

 a { background-color: rgb(101,104,72); }

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

border-color css

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

 span { border-color: rgb(101,104,72); }

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