Html Css Color HEX #6B713D Woodland

📋 copy color: '#6B713D'

red 107 ◦ green 113 ◦ blue 61

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

Shades of Woodland #6B713D

Tints of Woodland #6B713D

RGB

 RED value IS 107 (42.19% from 255) = 38.08%

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

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

R = 38.08%
G = 40.21%
B = 21.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6B713D (or 0x6B713D) is known color: Woodland. HEX triplet: 6B, 71 and 3D. RGB value is (107,113,61). Sum of RGB (Red+Green+Blue) = 107+113+61=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #6B713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B713D is #948EC2. Grayscale: #696969. Windows color (decimal): -9735875 or 4026731. OLE color: 4026731.

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

Color convert

RGB 107 113 61 -
CMYK 0.05 0 0.46 0.56
HSL 66.92º 0.3% 0.34% -
HSV(B) 66.92º 0.46% 0.44% -
XYZ 12.81 15.27 6.69 -
YUV 105.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 107 113 61 0.05 0 0.46 0.56 66.92 0.3 0.34
Hex 6B 71 3D 5 0 2E 38 43 1E 22
Octal 153 161 75 5 0 56 70 103 36 42
Binary 1101011 1110001 111101 101 0 101110 111000 1000011 11110 100010

Color Harmonies of #6B713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B713D

Black with #6B713D

Text Example


Text Example

White with #6B713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,113,61); }

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

background-color css

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

 a { background-color: rgb(107,113,61); }

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

border-color css

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

 span { border-color: rgb(107,113,61); }

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