Html Css Color HEX #66863C Dingley

📋 copy color: '#66863C'

red 102 ◦ green 134 ◦ blue 60

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

Shades of Dingley #66863C

Tints of Dingley #66863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 34.46%
G = 45.27%
B = 20.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#66863C (or 0x66863C) is known color: Dingley. HEX triplet: 66, 86 and 3C. RGB value is (102,134,60). Sum of RGB (Red+Green+Blue) = 102+134+60=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #66863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66863C is #9979C3. Grayscale: #747474. Windows color (decimal): -10058180 or 3966566. OLE color: 3966566.

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

Color convert

RGB 102 134 60 -
CMYK 0.24 0 0.55 0.47
HSL 85.95º 0.38% 0.38% -
HSV(B) 85.95º 0.55% 0.53% -
XYZ 14.82 20.2 7.39 -
YUV 116 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 102 134 60 0.24 0 0.55 0.47 85.95 0.38 0.38
Hex 66 86 3C 18 0 37 2F 56 26 26
Octal 146 206 74 30 0 67 57 126 46 46
Binary 1100110 10000110 111100 11000 0 110111 101111 1010110 100110 100110

Color Harmonies of #66863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66863C

Black with #66863C

Text Example


Text Example

White with #66863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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