Html Css Color HEX #6A723A Woodland

📋 copy color: '#6A723A'

red 106 ◦ green 114 ◦ blue 58

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

Shades of Woodland #6A723A

Tints of Woodland #6A723A

RGB

 RED value IS 106 (41.8% from 255) = 38.13%

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

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

R = 38.13%
G = 41.01%
B = 20.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#6A723A (or 0x6A723A) is known color: Woodland. HEX triplet: 6A, 72 and 3A. RGB value is (106,114,58). Sum of RGB (Red+Green+Blue) = 106+114+58=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #6A723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A723A is #958DC5. Grayscale: #696969. Windows color (decimal): -9801158 or 3830378. OLE color: 3830378.

HSL color Cylindrical-coordinate representation of color #6A723A: hue angle of 68.57º 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 #6A723A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 114 58 -
CMYK 0.07 0 0.49 0.55
HSL 68.57º 0.33% 0.34% -
HSV(B) 68.57º 0.49% 0.45% -
XYZ 12.72 15.4 6.31 -
YUV 105.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 106 114 58 0.07 0 0.49 0.55 68.57 0.33 0.34
Hex 6A 72 3A 7 0 31 37 45 21 22
Octal 152 162 72 7 0 61 67 105 41 42
Binary 1101010 1110010 111010 111 0 110001 110111 1000101 100001 100010

Color Harmonies of #6A723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A723A

Black with #6A723A

Text Example


Text Example

White with #6A723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A723A; }

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

 H1.HeaderClassName
 {
   color: #6A723A;
 }
 .AnyTagClassName
 {
   color: #6A723A;
 }
</style>

background-color css

<style>
 a { background-color: #6A723A; }

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

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

border-color css

<style>
 span { border-color: #6A723A; }

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

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