Html Css Color HEX #66813D Dingley

📋 copy color: '#66813D'

red 102 ◦ green 129 ◦ blue 61

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

Shades of Dingley #66813D

Tints of Dingley #66813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

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

R = 34.93%
G = 44.18%
B = 20.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#66813D (or 0x66813D) is known color: Dingley. HEX triplet: 66, 81 and 3D. RGB value is (102,129,61). Sum of RGB (Red+Green+Blue) = 102+129+61=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #66813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66813D is #997EC2. Grayscale: #717171. Windows color (decimal): -10059459 or 4030822. OLE color: 4030822.

HSL color Cylindrical-coordinate representation of color #66813D: hue angle of 83.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66813D is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 61 -
CMYK 0.21 0 0.53 0.49
HSL 83.82º 0.36% 0.37% -
HSV(B) 83.82º 0.53% 0.51% -
XYZ 14.17 18.86 7.31 -
YUV 113.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 102 129 61 0.21 0 0.53 0.49 83.82 0.36 0.37
Hex 66 81 3D 15 0 35 31 54 24 25
Octal 146 201 75 25 0 65 61 124 44 45
Binary 1100110 10000001 111101 10101 0 110101 110001 1010100 100100 100101

Color Harmonies of #66813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66813D

Black with #66813D

Text Example


Text Example

White with #66813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,129,61); }

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

background-color css

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

 a { background-color: rgb(102,129,61); }

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

border-color css

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

 span { border-color: rgb(102,129,61); }

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