Html Css Color HEX #66683F Woodland

📋 copy color: '#66683F'

red 102 ◦ green 104 ◦ blue 63

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

Shades of Woodland #66683F

Tints of Woodland #66683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

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

R = 37.92%
G = 38.66%
B = 23.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#66683F (or 0x66683F) is known color: Woodland. HEX triplet: 66, 68 and 3F. RGB value is (102,104,63). Sum of RGB (Red+Green+Blue) = 102+104+63=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #66683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66683F is #9997C0. Grayscale: #626262. Windows color (decimal): -10065857 or 4155494. OLE color: 4155494.

HSL color Cylindrical-coordinate representation of color #66683F: hue angle of 62.93º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66683F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 63 -
CMYK 0.02 0 0.39 0.59
HSL 62.93º 0.25% 0.33% -
HSV(B) 62.93º 0.39% 0.41% -
XYZ 11.33 13.08 6.63 -
YUV 98.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 102 104 63 0.02 0 0.39 0.59 62.93 0.25 0.33
Hex 66 68 3F 2 0 27 3B 3F 19 21
Octal 146 150 77 2 0 47 73 77 31 41
Binary 1100110 1101000 111111 10 0 100111 111011 111111 11001 100001

Color Harmonies of #66683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66683F

Black with #66683F

Text Example


Text Example

White with #66683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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