Html Css Color HEX #6A713C Woodland

📋 copy color: '#6A713C'

red 106 ◦ green 113 ◦ blue 60

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

Shades of Woodland #6A713C

Tints of Woodland #6A713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 37.99%
G = 40.5%
B = 21.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6A713C (or 0x6A713C) is known color: Woodland. HEX triplet: 6A, 71 and 3C. RGB value is (106,113,60). Sum of RGB (Red+Green+Blue) = 106+113+60=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #6A713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A713C is #958EC3. Grayscale: #696969. Windows color (decimal): -9801412 or 3961194. OLE color: 3961194.

HSL color Cylindrical-coordinate representation of color #6A713C: hue angle of 67.92º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A713C is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 113 60 -
CMYK 0.06 0 0.47 0.56
HSL 67.92º 0.31% 0.34% -
HSV(B) 67.92º 0.47% 0.44% -
XYZ 12.66 15.2 6.54 -
YUV 104.87 102.68 128.81 -
System Red Green Blue C M Y K H S L
Decimal 106 113 60 0.06 0 0.47 0.56 67.92 0.31 0.34
Hex 6A 71 3C 6 0 2F 38 44 1F 22
Octal 152 161 74 6 0 57 70 104 37 42
Binary 1101010 1110001 111100 110 0 101111 111000 1000100 11111 100010

Color Harmonies of #6A713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A713C

Black with #6A713C

Text Example


Text Example

White with #6A713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,113,60); }

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

background-color css

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

 a { background-color: rgb(106,113,60); }

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

border-color css

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

 span { border-color: rgb(106,113,60); }

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