Html Css Color HEX #66823D Dingley

📋 copy color: '#66823D'

red 102 ◦ green 130 ◦ blue 61

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

Shades of Dingley #66823D

Tints of Dingley #66823D

RGB

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

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

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

R = 34.81%
G = 44.37%
B = 20.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#66823D (or 0x66823D) is known color: Dingley. HEX triplet: 66, 82 and 3D. RGB value is (102,130,61). Sum of RGB (Red+Green+Blue) = 102+130+61=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #66823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66823D is #997DC2. Grayscale: #727272. Windows color (decimal): -10059203 or 4031078. OLE color: 4031078.

HSL color Cylindrical-coordinate representation of color #66823D: hue angle of 84.35º 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 #66823D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 61 -
CMYK 0.22 0 0.53 0.49
HSL 84.35º 0.36% 0.37% -
HSV(B) 84.35º 0.53% 0.51% -
XYZ 14.3 19.13 7.35 -
YUV 113.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 102 130 61 0.22 0 0.53 0.49 84.35 0.36 0.37
Hex 66 82 3D 16 0 35 31 54 24 25
Octal 146 202 75 26 0 65 61 124 44 45
Binary 1100110 10000010 111101 10110 0 110101 110001 1010100 100100 100101

Color Harmonies of #66823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66823D

Black with #66823D

Text Example


Text Example

White with #66823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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