Html Css Color HEX #66803A Dingley

📋 copy color: '#66803A'

red 102 ◦ green 128 ◦ blue 58

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

Shades of Dingley #66803A

Tints of Dingley #66803A

RGB

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

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

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

R = 35.42%
G = 44.44%
B = 20.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#66803A (or 0x66803A) is known color: Dingley. HEX triplet: 66, 80 and 3A. RGB value is (102,128,58). Sum of RGB (Red+Green+Blue) = 102+128+58=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #66803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803A is #997FC5. Grayscale: #707070. Windows color (decimal): -10059718 or 3833958. OLE color: 3833958.

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

Color convert

RGB 102 128 58 -
CMYK 0.20 0 0.55 0.50
HSL 82.29º 0.38% 0.36% -
HSV(B) 82.29º 0.55% 0.5% -
XYZ 13.96 18.57 6.85 -
YUV 112.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 102 128 58 0.20 0 0.55 0.50 82.29 0.38 0.36
Hex 66 80 3A 14 0 37 32 52 26 24
Octal 146 200 72 24 0 67 62 122 46 44
Binary 1100110 10000000 111010 10100 0 110111 110010 1010010 100110 100100

Color Harmonies of #66803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66803A

Black with #66803A

Text Example


Text Example

White with #66803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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