Html Css Color HEX #66723A Woodland

📋 copy color: '#66723A'

red 102 ◦ green 114 ◦ blue 58

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

Shades of Woodland #66723A

Tints of Woodland #66723A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 37.23%
G = 41.61%
B = 21.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#66723A (or 0x66723A) is known color: Woodland. HEX triplet: 66, 72 and 3A. RGB value is (102,114,58). Sum of RGB (Red+Green+Blue) = 102+114+58=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #66723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66723A is #998DC5. Grayscale: #686868. Windows color (decimal): -10063302 or 3830374. OLE color: 3830374.

HSL color Cylindrical-coordinate representation of color #66723A: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66723A is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 114 58 -
CMYK 0.11 0 0.49 0.55
HSL 72.86º 0.33% 0.34% -
HSV(B) 72.86º 0.49% 0.45% -
XYZ 12.26 15.16 6.28 -
YUV 104.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 102 114 58 0.11 0 0.49 0.55 72.86 0.33 0.34
Hex 66 72 3A B 0 31 37 49 21 22
Octal 146 162 72 13 0 61 67 111 41 42
Binary 1100110 1110010 111010 1011 0 110001 110111 1001001 100001 100010

Color Harmonies of #66723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66723A

Black with #66723A

Text Example


Text Example

White with #66723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66723A; }

 p { color: rgb(102,114,58); }

 H1.HeaderClassName
 {
   color: #66723A;
 }
 .AnyTagClassName
 {
   color: #66723A;
 }
</style>

background-color css

<style>
 a { background-color: #66723A; }

 a { background-color: rgb(102,114,58); }

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

border-color css

<style>
 span { border-color: #66723A; }

 span { border-color: rgb(102,114,58); }

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