Html Css Color HEX #66693F Woodland

📋 copy color: '#66693F'

red 102 ◦ green 105 ◦ blue 63

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

Shades of Woodland #66693F

Tints of Woodland #66693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 37.78%
G = 38.89%
B = 23.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#66693F (or 0x66693F) is known color: Woodland. HEX triplet: 66, 69 and 3F. RGB value is (102,105,63). Sum of RGB (Red+Green+Blue) = 102+105+63=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #66693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693F is #9996C0. Grayscale: #636363. Windows color (decimal): -10065601 or 4155750. OLE color: 4155750.

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

Color convert

RGB 102 105 63 -
CMYK 0.03 0 0.4 0.59
HSL 64.29º 0.25% 0.33% -
HSV(B) 64.29º 0.4% 0.41% -
XYZ 11.43 13.29 6.66 -
YUV 99.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 102 105 63 0.03 0 0.4 0.59 64.29 0.25 0.33
Hex 66 69 3F 3 0 28 3B 40 19 21
Octal 146 151 77 3 0 50 73 100 31 41
Binary 1100110 1101001 111111 11 0 101000 111011 1000000 11001 100001

Color Harmonies of #66693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66693F

Black with #66693F

Text Example


Text Example

White with #66693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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