Html Css Color HEX #64883E Dingley

📋 copy color: '#64883E'

red 100 ◦ green 136 ◦ blue 62

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

Shades of Dingley #64883E

Tints of Dingley #64883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.64%

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 33.56%
G = 45.64%
B = 20.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#64883E (or 0x64883E) is known color: Dingley. HEX triplet: 64, 88 and 3E. RGB value is (100,136,62). Sum of RGB (Red+Green+Blue) = 100+136+62=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #64883E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64883E is #9B77C1. Grayscale: #757575. Windows color (decimal): -10188738 or 4098148. OLE color: 4098148.

HSL color Cylindrical-coordinate representation of color #64883E: hue angle of 89.19º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64883E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 136 62 -
CMYK 0.26 0 0.54 0.47
HSL 89.19º 0.37% 0.39% -
HSV(B) 89.19º 0.54% 0.53% -
XYZ 14.93 20.67 7.76 -
YUV 116.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 100 136 62 0.26 0 0.54 0.47 89.19 0.37 0.39
Hex 64 88 3E 1A 0 36 2F 59 25 27
Octal 144 210 76 32 0 66 57 131 45 47
Binary 1100100 10001000 111110 11010 0 110110 101111 1011001 100101 100111

Color Harmonies of #64883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64883E

Black with #64883E

Text Example


Text Example

White with #64883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64883E; }

 p { color: rgb(100,136,62); }

 H1.HeaderClassName
 {
   color: #64883E;
 }
 .AnyTagClassName
 {
   color: #64883E;
 }
</style>

background-color css

<style>
 a { background-color: #64883E; }

 a { background-color: rgb(100,136,62); }

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

border-color css

<style>
 span { border-color: #64883E; }

 span { border-color: rgb(100,136,62); }

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