Html Css Color HEX #66863A Dingley

📋 copy color: '#66863A'

red 102 ◦ green 134 ◦ blue 58

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

Shades of Dingley #66863A

Tints of Dingley #66863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 34.69%
G = 45.58%
B = 19.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#66863A (or 0x66863A) is known color: Dingley. HEX triplet: 66, 86 and 3A. RGB value is (102,134,58). Sum of RGB (Red+Green+Blue) = 102+134+58=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #66863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66863A is #9979C5. Grayscale: #747474. Windows color (decimal): -10058182 or 3835494. OLE color: 3835494.

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

Color convert

RGB 102 134 58 -
CMYK 0.24 0 0.57 0.47
HSL 85.26º 0.4% 0.38% -
HSV(B) 85.26º 0.57% 0.53% -
XYZ 14.77 20.18 7.12 -
YUV 115.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 102 134 58 0.24 0 0.57 0.47 85.26 0.4 0.38
Hex 66 86 3A 18 0 39 2F 55 28 26
Octal 146 206 72 30 0 71 57 125 50 46
Binary 1100110 10000110 111010 11000 0 111001 101111 1010101 101000 100110

Color Harmonies of #66863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66863A

Black with #66863A

Text Example


Text Example

White with #66863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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