Html Css Color HEX #64834B Dingley

📋 copy color: '#64834B'

red 100 ◦ green 131 ◦ blue 75

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

Shades of Dingley #64834B

Tints of Dingley #64834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

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

R = 32.68%
G = 42.81%
B = 24.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#64834B (or 0x64834B) is known color: Dingley. HEX triplet: 64, 83 and 4B. RGB value is (100,131,75). Sum of RGB (Red+Green+Blue) = 100+131+75=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #64834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64834B is #9B7CB4. Grayscale: #737373. Windows color (decimal): -10190005 or 4948836. OLE color: 4948836.

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

Color convert

RGB 100 131 75 -
CMYK 0.24 0 0.43 0.49
HSL 93.21º 0.27% 0.4% -
HSV(B) 93.21º 0.43% 0.51% -
XYZ 14.64 19.45 9.64 -
YUV 115.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 100 131 75 0.24 0 0.43 0.49 93.21 0.27 0.4
Hex 64 83 4B 18 0 2B 31 5D 1B 28
Octal 144 203 113 30 0 53 61 135 33 50
Binary 1100100 10000011 1001011 11000 0 101011 110001 1011101 11011 101000

Color Harmonies of #64834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64834B

Black with #64834B

Text Example


Text Example

White with #64834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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