Html Css Color HEX #64854C Dingley

📋 copy color: '#64854C'

red 100 ◦ green 133 ◦ blue 76

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

Shades of Dingley #64854C

Tints of Dingley #64854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 32.36%
G = 43.04%
B = 24.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#64854C (or 0x64854C) is known color: Dingley. HEX triplet: 64, 85 and 4C. RGB value is (100,133,76). Sum of RGB (Red+Green+Blue) = 100+133+76=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #64854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64854C is #9B7AB3. Grayscale: #747474. Windows color (decimal): -10189492 or 5014884. OLE color: 5014884.

HSL color Cylindrical-coordinate representation of color #64854C: hue angle of 94.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64854C is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 76 -
CMYK 0.25 0 0.43 0.48
HSL 94.74º 0.27% 0.41% -
HSV(B) 94.74º 0.43% 0.52% -
XYZ 14.95 20.01 9.91 -
YUV 116.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 100 133 76 0.25 0 0.43 0.48 94.74 0.27 0.41
Hex 64 85 4C 19 0 2B 30 5F 1B 29
Octal 144 205 114 31 0 53 60 137 33 51
Binary 1100100 10000101 1001100 11001 0 101011 110000 1011111 11011 101001

Color Harmonies of #64854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64854C

Black with #64854C

Text Example


Text Example

White with #64854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64854C; }

 p { color: rgb(100,133,76); }

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

background-color css

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

 a { background-color: rgb(100,133,76); }

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

border-color css

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

 span { border-color: rgb(100,133,76); }

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