Html Css Color HEX #64853D Dingley

📋 copy color: '#64853D'

red 100 ◦ green 133 ◦ blue 61

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

Shades of Dingley #64853D

Tints of Dingley #64853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

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

R = 34.01%
G = 45.24%
B = 20.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#64853D (or 0x64853D) is known color: Dingley. HEX triplet: 64, 85 and 3D. RGB value is (100,133,61). Sum of RGB (Red+Green+Blue) = 100+133+61=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #64853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64853D is #9B7AC2. Grayscale: #737373. Windows color (decimal): -10189507 or 4031844. OLE color: 4031844.

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

Color convert

RGB 100 133 61 -
CMYK 0.25 0 0.54 0.48
HSL 87.5º 0.37% 0.38% -
HSV(B) 87.5º 0.54% 0.52% -
XYZ 14.49 19.82 7.48 -
YUV 114.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 100 133 61 0.25 0 0.54 0.48 87.5 0.37 0.38
Hex 64 85 3D 19 0 36 30 57 25 26
Octal 144 205 75 31 0 66 60 127 45 46
Binary 1100100 10000101 111101 11001 0 110110 110000 1010111 100101 100110

Color Harmonies of #64853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64853D

Black with #64853D

Text Example


Text Example

White with #64853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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