Html Css Color HEX #66863F Dingley

📋 copy color: '#66863F'

red 102 ◦ green 134 ◦ blue 63

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

Shades of Dingley #66863F

Tints of Dingley #66863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 34.11%
G = 44.82%
B = 21.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#66863F (or 0x66863F) is known color: Dingley. HEX triplet: 66, 86 and 3F. RGB value is (102,134,63). Sum of RGB (Red+Green+Blue) = 102+134+63=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #66863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66863F is #9979C0. Grayscale: #747474. Windows color (decimal): -10058177 or 4163174. OLE color: 4163174.

HSL color Cylindrical-coordinate representation of color #66863F: hue angle of 87.04º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66863F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 63 -
CMYK 0.24 0 0.53 0.47
HSL 87.04º 0.36% 0.39% -
HSV(B) 87.04º 0.53% 0.53% -
XYZ 14.9 20.23 7.82 -
YUV 116.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 102 134 63 0.24 0 0.53 0.47 87.04 0.36 0.39
Hex 66 86 3F 18 0 35 2F 57 24 27
Octal 146 206 77 30 0 65 57 127 44 47
Binary 1100110 10000110 111111 11000 0 110101 101111 1010111 100100 100111

Color Harmonies of #66863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66863F

Black with #66863F

Text Example


Text Example

White with #66863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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