Html Css Color HEX #64824B Dingley

📋 copy color: '#64824B'

red 100 ◦ green 130 ◦ blue 75

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

Shades of Dingley #64824B

Tints of Dingley #64824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 75 (29.69% from 255) = 24.59%

R = 32.79%
G = 42.62%
B = 24.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#64824B (or 0x64824B) is known color: Dingley. HEX triplet: 64, 82 and 4B. RGB value is (100,130,75). Sum of RGB (Red+Green+Blue) = 100+130+75=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #64824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64824B is #9B7DB4. Grayscale: #727272. Windows color (decimal): -10190261 or 4948580. OLE color: 4948580.

HSL color Cylindrical-coordinate representation of color #64824B: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64824B is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 75 -
CMYK 0.23 0 0.42 0.49
HSL 92.73º 0.27% 0.4% -
HSV(B) 92.73º 0.42% 0.51% -
XYZ 14.51 19.18 9.59 -
YUV 114.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 100 130 75 0.23 0 0.42 0.49 92.73 0.27 0.4
Hex 64 82 4B 17 0 2A 31 5D 1B 28
Octal 144 202 113 27 0 52 61 135 33 50
Binary 1100100 10000010 1001011 10111 0 101010 110001 1011101 11011 101000

Color Harmonies of #64824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64824B

Black with #64824B

Text Example


Text Example

White with #64824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64824B; }

 p { color: rgb(100,130,75); }

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

background-color css

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

 a { background-color: rgb(100,130,75); }

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

border-color css

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

 span { border-color: rgb(100,130,75); }

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