Html Css Color HEX #66853F Dingley

📋 copy color: '#66853F'

red 102 ◦ green 133 ◦ blue 63

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

Shades of Dingley #66853F

Tints of Dingley #66853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 63 (25% from 255) = 21.14%

R = 34.23%
G = 44.63%
B = 21.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#66853F (or 0x66853F) is known color: Dingley. HEX triplet: 66, 85 and 3F. RGB value is (102,133,63). Sum of RGB (Red+Green+Blue) = 102+133+63=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #66853F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66853F is #997AC0. Grayscale: #747474. Windows color (decimal): -10058433 or 4162918. OLE color: 4162918.

HSL color Cylindrical-coordinate representation of color #66853F: hue angle of 86.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66853F is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 63 -
CMYK 0.23 0 0.53 0.48
HSL 86.57º 0.36% 0.38% -
HSV(B) 86.57º 0.53% 0.52% -
XYZ 14.76 19.96 7.78 -
YUV 115.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 102 133 63 0.23 0 0.53 0.48 86.57 0.36 0.38
Hex 66 85 3F 17 0 35 30 57 24 26
Octal 146 205 77 27 0 65 60 127 44 46
Binary 1100110 10000101 111111 10111 0 110101 110000 1010111 100100 100110

Color Harmonies of #66853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66853F

Black with #66853F

Text Example


Text Example

White with #66853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66853F; }

 p { color: rgb(102,133,63); }

 H1.HeaderClassName
 {
   color: #66853F;
 }
 .AnyTagClassName
 {
   color: #66853F;
 }
</style>

background-color css

<style>
 a { background-color: #66853F; }

 a { background-color: rgb(102,133,63); }

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

border-color css

<style>
 span { border-color: #66853F; }

 span { border-color: rgb(102,133,63); }

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