Html Css Color HEX #66693D Woodland

📋 copy color: '#66693D'

red 102 ◦ green 105 ◦ blue 61

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

Shades of Woodland #66693D

Tints of Woodland #66693D

RGB

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

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

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

R = 38.06%
G = 39.18%
B = 22.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#66693D (or 0x66693D) is known color: Woodland. HEX triplet: 66, 69 and 3D. RGB value is (102,105,61). Sum of RGB (Red+Green+Blue) = 102+105+61=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #66693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66693D is #9996C2. Grayscale: #636363. Windows color (decimal): -10065603 or 4024678. OLE color: 4024678.

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

Color convert

RGB 102 105 61 -
CMYK 0.03 0 0.42 0.59
HSL 64.09º 0.27% 0.33% -
HSV(B) 64.09º 0.42% 0.41% -
XYZ 11.37 13.26 6.38 -
YUV 99.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 102 105 61 0.03 0 0.42 0.59 64.09 0.27 0.33
Hex 66 69 3D 3 0 2A 3B 40 1B 21
Octal 146 151 75 3 0 52 73 100 33 41
Binary 1100110 1101001 111101 11 0 101010 111011 1000000 11011 100001

Color Harmonies of #66693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66693D

Black with #66693D

Text Example


Text Example

White with #66693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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