Html Css Color HEX #64823A Dingley

📋 copy color: '#64823A'

red 100 ◦ green 130 ◦ blue 58

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

Shades of Dingley #64823A

Tints of Dingley #64823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 34.72%
G = 45.14%
B = 20.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#64823A (or 0x64823A) is known color: Dingley. HEX triplet: 64, 82 and 3A. RGB value is (100,130,58). Sum of RGB (Red+Green+Blue) = 100+130+58=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #64823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64823A is #9B7DC5. Grayscale: #717171. Windows color (decimal): -10190278 or 3834468. OLE color: 3834468.

HSL color Cylindrical-coordinate representation of color #64823A: hue angle of 85º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64823A is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 58 -
CMYK 0.23 0 0.55 0.49
HSL 85º 0.38% 0.37% -
HSV(B) 85º 0.55% 0.51% -
XYZ 14 18.98 6.93 -
YUV 112.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 100 130 58 0.23 0 0.55 0.49 85 0.38 0.37
Hex 64 82 3A 17 0 37 31 55 26 25
Octal 144 202 72 27 0 67 61 125 46 45
Binary 1100100 10000010 111010 10111 0 110111 110001 1010101 100110 100101

Color Harmonies of #64823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64823A

Black with #64823A

Text Example


Text Example

White with #64823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64823A; }

 p { color: rgb(100,130,58); }

 H1.HeaderClassName
 {
   color: #64823A;
 }
 .AnyTagClassName
 {
   color: #64823A;
 }
</style>

background-color css

<style>
 a { background-color: #64823A; }

 a { background-color: rgb(100,130,58); }

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

border-color css

<style>
 span { border-color: #64823A; }

 span { border-color: rgb(100,130,58); }

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