Html Css Color HEX #64853B Dingley

📋 copy color: '#64853B'

red 100 ◦ green 133 ◦ blue 59

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

Shades of Dingley #64853B

Tints of Dingley #64853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 34.25%
G = 45.55%
B = 20.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#64853B (or 0x64853B) is known color: Dingley. HEX triplet: 64, 85 and 3B. RGB value is (100,133,59). Sum of RGB (Red+Green+Blue) = 100+133+59=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #64853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64853B is #9B7AC4. Grayscale: #727272. Windows color (decimal): -10189509 or 3900772. OLE color: 3900772.

HSL color Cylindrical-coordinate representation of color #64853B: hue angle of 86.76º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64853B is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 59 -
CMYK 0.25 0 0.56 0.48
HSL 86.76º 0.39% 0.38% -
HSV(B) 86.76º 0.56% 0.52% -
XYZ 14.43 19.8 7.2 -
YUV 114.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 100 133 59 0.25 0 0.56 0.48 86.76 0.39 0.38
Hex 64 85 3B 19 0 38 30 57 27 26
Octal 144 205 73 31 0 70 60 127 47 46
Binary 1100100 10000101 111011 11001 0 111000 110000 1010111 100111 100110

Color Harmonies of #64853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64853B

Black with #64853B

Text Example


Text Example

White with #64853B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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