Html Css Color HEX #66873D Dingley

📋 copy color: '#66873D'

red 102 ◦ green 135 ◦ blue 61

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

Shades of Dingley #66873D

Tints of Dingley #66873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

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

R = 34.23%
G = 45.3%
B = 20.47%

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

#66873D (or 0x66873D) is known color: Dingley. HEX triplet: 66, 87 and 3D. RGB value is (102,135,61). Sum of RGB (Red+Green+Blue) = 102+135+61=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #66873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66873D is #9978C2. Grayscale: #747474. Windows color (decimal): -10057923 or 4032358. OLE color: 4032358.

HSL color Cylindrical-coordinate representation of color #66873D: hue angle of 86.76º 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 #66873D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 61 -
CMYK 0.24 0 0.55 0.47
HSL 86.76º 0.38% 0.38% -
HSV(B) 86.76º 0.55% 0.53% -
XYZ 14.99 20.49 7.58 -
YUV 116.7 96.57 117.52 -
System Red Green Blue C M Y K H S L
Decimal 102 135 61 0.24 0 0.55 0.47 86.76 0.38 0.38
Hex 66 87 3D 18 0 37 2F 57 26 26
Octal 146 207 75 30 0 67 57 127 46 46
Binary 1100110 10000111 111101 11000 0 110111 101111 1010111 100110 100110

Color Harmonies of #66873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66873D

Black with #66873D

Text Example


Text Example

White with #66873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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