Html Css Color HEX #64843C Dingley

📋 copy color: '#64843C'

red 100 ◦ green 132 ◦ blue 60

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

Shades of Dingley #64843C

Tints of Dingley #64843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 34.25%
G = 45.21%
B = 20.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#64843C (or 0x64843C) is known color: Dingley. HEX triplet: 64, 84 and 3C. RGB value is (100,132,60). Sum of RGB (Red+Green+Blue) = 100+132+60=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #64843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64843C is #9B7BC3. Grayscale: #727272. Windows color (decimal): -10189764 or 3966052. OLE color: 3966052.

HSL color Cylindrical-coordinate representation of color #64843C: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64843C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 60 -
CMYK 0.24 0 0.55 0.48
HSL 86.67º 0.38% 0.38% -
HSV(B) 86.67º 0.55% 0.52% -
XYZ 14.32 19.54 7.29 -
YUV 114.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 100 132 60 0.24 0 0.55 0.48 86.67 0.38 0.38
Hex 64 84 3C 18 0 37 30 57 26 26
Octal 144 204 74 30 0 67 60 127 46 46
Binary 1100100 10000100 111100 11000 0 110111 110000 1010111 100110 100110

Color Harmonies of #64843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64843C

Black with #64843C

Text Example


Text Example

White with #64843C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,132,60); }

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

background-color css

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

 a { background-color: rgb(100,132,60); }

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

border-color css

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

 span { border-color: rgb(100,132,60); }

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