Html Css Color HEX #64873B Dingley

📋 copy color: '#64873B'

red 100 ◦ green 135 ◦ blue 59

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

Shades of Dingley #64873B

Tints of Dingley #64873B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

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

R = 34.01%
G = 45.92%
B = 20.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#64873B (or 0x64873B) is known color: Dingley. HEX triplet: 64, 87 and 3B. RGB value is (100,135,59). Sum of RGB (Red+Green+Blue) = 100+135+59=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #64873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64873B is #9B78C4. Grayscale: #747474. Windows color (decimal): -10188997 or 3901284. OLE color: 3901284.

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

Color convert

RGB 100 135 59 -
CMYK 0.26 0 0.56 0.47
HSL 87.63º 0.39% 0.38% -
HSV(B) 87.63º 0.56% 0.53% -
XYZ 14.71 20.35 7.29 -
YUV 115.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 100 135 59 0.26 0 0.56 0.47 87.63 0.39 0.38
Hex 64 87 3B 1A 0 38 2F 58 27 26
Octal 144 207 73 32 0 70 57 130 47 46
Binary 1100100 10000111 111011 11010 0 111000 101111 1011000 100111 100110

Color Harmonies of #64873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64873B

Black with #64873B

Text Example


Text Example

White with #64873B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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