Html Css Color HEX #66753E Woodland

📋 copy color: '#66753E'

red 102 ◦ green 117 ◦ blue 62

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

Shades of Woodland #66753E

Tints of Woodland #66753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 36.3%
G = 41.64%
B = 22.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#66753E (or 0x66753E) is known color: Woodland. HEX triplet: 66, 75 and 3E. RGB value is (102,117,62). Sum of RGB (Red+Green+Blue) = 102+117+62=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #66753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66753E is #998AC1. Grayscale: #6A6A6A. Windows color (decimal): -10062530 or 4093286. OLE color: 4093286.

HSL color Cylindrical-coordinate representation of color #66753E: hue angle of 76.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66753E is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 62 -
CMYK 0.13 0 0.47 0.54
HSL 76.36º 0.31% 0.35% -
HSV(B) 76.36º 0.47% 0.46% -
XYZ 12.71 15.9 6.96 -
YUV 106.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 102 117 62 0.13 0 0.47 0.54 76.36 0.31 0.35
Hex 66 75 3E D 0 2F 36 4C 1F 23
Octal 146 165 76 15 0 57 66 114 37 43
Binary 1100110 1110101 111110 1101 0 101111 110110 1001100 11111 100011

Color Harmonies of #66753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66753E

Black with #66753E

Text Example


Text Example

White with #66753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66753E; }

 p { color: rgb(102,117,62); }

 H1.HeaderClassName
 {
   color: #66753E;
 }
 .AnyTagClassName
 {
   color: #66753E;
 }
</style>

background-color css

<style>
 a { background-color: #66753E; }

 a { background-color: rgb(102,117,62); }

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

border-color css

<style>
 span { border-color: #66753E; }

 span { border-color: rgb(102,117,62); }

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