Html Css Color HEX #66803C Dingley

📋 copy color: '#66803C'

red 102 ◦ green 128 ◦ blue 60

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

Shades of Dingley #66803C

Tints of Dingley #66803C

RGB

 RED value IS 102 (40.23% from 255) = 35.17%

 GREEN value IS 128 (50.39% from 255) = 44.14%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 35.17%
G = 44.14%
B = 20.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#66803C (or 0x66803C) is known color: Dingley. HEX triplet: 66, 80 and 3C. RGB value is (102,128,60). Sum of RGB (Red+Green+Blue) = 102+128+60=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 128 - color contains mainly: green. Hex color #66803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803C is #997FC3. Grayscale: #707070. Windows color (decimal): -10059716 or 3965030. OLE color: 3965030.

HSL color Cylindrical-coordinate representation of color #66803C: hue angle of 82.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66803C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 60 -
CMYK 0.20 0 0.53 0.50
HSL 82.94º 0.36% 0.37% -
HSV(B) 82.94º 0.53% 0.5% -
XYZ 14.01 18.59 7.12 -
YUV 112.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 102 128 60 0.20 0 0.53 0.50 82.94 0.36 0.37
Hex 66 80 3C 14 0 35 32 53 24 25
Octal 146 200 74 24 0 65 62 123 44 45
Binary 1100110 10000000 111100 10100 0 110101 110010 1010011 100100 100101

Color Harmonies of #66803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66803C

Black with #66803C

Text Example


Text Example

White with #66803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66803C; }

 p { color: rgb(102,128,60); }

 H1.HeaderClassName
 {
   color: #66803C;
 }
 .AnyTagClassName
 {
   color: #66803C;
 }
</style>

background-color css

<style>
 a { background-color: #66803C; }

 a { background-color: rgb(102,128,60); }

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

border-color css

<style>
 span { border-color: #66803C; }

 span { border-color: rgb(102,128,60); }

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