Html Css Color HEX #64814A Dingley

📋 copy color: '#64814A'

red 100 ◦ green 129 ◦ blue 74

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

Shades of Dingley #64814A

Tints of Dingley #64814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.57%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 33%
G = 42.57%
B = 24.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#64814A (or 0x64814A) is known color: Dingley. HEX triplet: 64, 81 and 4A. RGB value is (100,129,74). Sum of RGB (Red+Green+Blue) = 100+129+74=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #64814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64814A is #9B7EB5. Grayscale: #727272. Windows color (decimal): -10190518 or 4882788. OLE color: 4882788.

HSL color Cylindrical-coordinate representation of color #64814A: hue angle of 91.64º 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 #64814A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 74 -
CMYK 0.22 0 0.43 0.49
HSL 91.64º 0.27% 0.4% -
HSV(B) 91.64º 0.43% 0.51% -
XYZ 14.34 18.9 9.37 -
YUV 114.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 100 129 74 0.22 0 0.43 0.49 91.64 0.27 0.4
Hex 64 81 4A 16 0 2B 31 5C 1B 28
Octal 144 201 112 26 0 53 61 134 33 50
Binary 1100100 10000001 1001010 10110 0 101011 110001 1011100 11011 101000

Color Harmonies of #64814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64814A

Black with #64814A

Text Example


Text Example

White with #64814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64814A; }

 p { color: rgb(100,129,74); }

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

background-color css

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

 a { background-color: rgb(100,129,74); }

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

border-color css

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

 span { border-color: rgb(100,129,74); }

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