Html Css Color HEX #64873F Dingley

📋 copy color: '#64873F'

red 100 ◦ green 135 ◦ blue 63

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

Shades of Dingley #64873F

Tints of Dingley #64873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 33.56%
G = 45.3%
B = 21.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#64873F (or 0x64873F) is known color: Dingley. HEX triplet: 64, 87 and 3F. RGB value is (100,135,63). Sum of RGB (Red+Green+Blue) = 100+135+63=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #64873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64873F is #9B78C0. Grayscale: #747474. Windows color (decimal): -10188993 or 4163428. OLE color: 4163428.

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

Color convert

RGB 100 135 63 -
CMYK 0.26 0 0.53 0.47
HSL 89.17º 0.36% 0.39% -
HSV(B) 89.17º 0.53% 0.53% -
XYZ 14.82 20.4 7.86 -
YUV 116.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 100 135 63 0.26 0 0.53 0.47 89.17 0.36 0.39
Hex 64 87 3F 1A 0 35 2F 59 24 27
Octal 144 207 77 32 0 65 57 131 44 47
Binary 1100100 10000111 111111 11010 0 110101 101111 1011001 100100 100111

Color Harmonies of #64873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64873F

Black with #64873F

Text Example


Text Example

White with #64873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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