Html Css Color HEX #64883B Dingley

📋 copy color: '#64883B'

red 100 ◦ green 136 ◦ blue 59

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

Shades of Dingley #64883B

Tints of Dingley #64883B

RGB

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

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

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

R = 33.9%
G = 46.1%
B = 20%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#64883B (or 0x64883B) is known color: Dingley. HEX triplet: 64, 88 and 3B. RGB value is (100,136,59). Sum of RGB (Red+Green+Blue) = 100+136+59=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #64883B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64883B is #9B77C4. Grayscale: #747474. Windows color (decimal): -10188741 or 3901540. OLE color: 3901540.

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

Color convert

RGB 100 136 59 -
CMYK 0.26 0 0.57 0.47
HSL 88.05º 0.39% 0.38% -
HSV(B) 88.05º 0.57% 0.53% -
XYZ 14.85 20.63 7.34 -
YUV 116.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 100 136 59 0.26 0 0.57 0.47 88.05 0.39 0.38
Hex 64 88 3B 1A 0 39 2F 58 27 26
Octal 144 210 73 32 0 71 57 130 47 46
Binary 1100100 10001000 111011 11010 0 111001 101111 1011000 100111 100110

Color Harmonies of #64883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64883B

Black with #64883B

Text Example


Text Example

White with #64883B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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