Html Css Color HEX #646948 Woodland

📋 copy color: '#646948'

red 100 ◦ green 105 ◦ blue 72

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

Shades of Woodland #646948

Tints of Woodland #646948

RGB

 RED value IS 100 (39.45% from 255) = 36.1%

 GREEN value IS 105 (41.41% from 255) = 37.91%

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

R = 36.1%
G = 37.91%
B = 25.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#646948 (or 0x646948) is known color: Woodland. HEX triplet: 64, 69 and 48. RGB value is (100,105,72). Sum of RGB (Red+Green+Blue) = 100+105+72=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #646948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646948 is #9B96B7. Grayscale: #636363. Windows color (decimal): -10196664 or 4745572. OLE color: 4745572.

HSL color Cylindrical-coordinate representation of color #646948: hue angle of 69.09º degrees, saturation: 0.19, 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 #646948 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 105 72 -
CMYK 0.05 0 0.31 0.59
HSL 69.09º 0.19% 0.35% -
HSV(B) 69.09º 0.31% 0.41% -
XYZ 11.48 13.28 8.09 -
YUV 99.74 112.34 128.18 -
System Red Green Blue C M Y K H S L
Decimal 100 105 72 0.05 0 0.31 0.59 69.09 0.19 0.35
Hex 64 69 48 5 0 1F 3B 45 13 23
Octal 144 151 110 5 0 37 73 105 23 43
Binary 1100100 1101001 1001000 101 0 11111 111011 1000101 10011 100011

Color Harmonies of #646948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646948

Black with #646948

Text Example


Text Example

White with #646948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646948; }

 p { color: rgb(100,105,72); }

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

background-color css

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

 a { background-color: rgb(100,105,72); }

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

border-color css

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

 span { border-color: rgb(100,105,72); }

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