Html Css Color HEX #66693B Woodland

📋 copy color: '#66693B'

red 102 ◦ green 105 ◦ blue 59

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

Shades of Woodland #66693B

Tints of Woodland #66693B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 38.35%
G = 39.47%
B = 22.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#66693B (or 0x66693B) is known color: Woodland. HEX triplet: 66, 69 and 3B. RGB value is (102,105,59). Sum of RGB (Red+Green+Blue) = 102+105+59=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #66693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693B is #9996C4. Grayscale: #636363. Windows color (decimal): -10065605 or 3893606. OLE color: 3893606.

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

Color convert

RGB 102 105 59 -
CMYK 0.03 0 0.44 0.59
HSL 63.91º 0.28% 0.32% -
HSV(B) 63.91º 0.44% 0.41% -
XYZ 11.32 13.24 6.1 -
YUV 98.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 102 105 59 0.03 0 0.44 0.59 63.91 0.28 0.32
Hex 66 69 3B 3 0 2C 3B 40 1C 20
Octal 146 151 73 3 0 54 73 100 34 40
Binary 1100110 1101001 111011 11 0 101100 111011 1000000 11100 100000

Color Harmonies of #66693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66693B

Black with #66693B

Text Example


Text Example

White with #66693B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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