Html Css Color HEX #64863D Dingley

📋 copy color: '#64863D'

red 100 ◦ green 134 ◦ blue 61

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

Shades of Dingley #64863D

Tints of Dingley #64863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.42%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 33.9%
G = 45.42%
B = 20.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#64863D (or 0x64863D) is known color: Dingley. HEX triplet: 64, 86 and 3D. RGB value is (100,134,61). Sum of RGB (Red+Green+Blue) = 100+134+61=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #64863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64863D is #9B79C2. Grayscale: #737373. Windows color (decimal): -10189251 or 4032100. OLE color: 4032100.

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

Color convert

RGB 100 134 61 -
CMYK 0.25 0 0.54 0.47
HSL 87.95º 0.37% 0.38% -
HSV(B) 87.95º 0.54% 0.53% -
XYZ 14.62 20.1 7.52 -
YUV 115.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 100 134 61 0.25 0 0.54 0.47 87.95 0.37 0.38
Hex 64 86 3D 19 0 36 2F 58 25 26
Octal 144 206 75 31 0 66 57 130 45 46
Binary 1100100 10000110 111101 11001 0 110110 101111 1011000 100101 100110

Color Harmonies of #64863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64863D

Black with #64863D

Text Example


Text Example

White with #64863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64863D; }

 p { color: rgb(100,134,61); }

 H1.HeaderClassName
 {
   color: #64863D;
 }
 .AnyTagClassName
 {
   color: #64863D;
 }
</style>

background-color css

<style>
 a { background-color: #64863D; }

 a { background-color: rgb(100,134,61); }

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

border-color css

<style>
 span { border-color: #64863D; }

 span { border-color: rgb(100,134,61); }

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