Html Css Color HEX #6B713C Woodland

📋 copy color: '#6B713C'

red 107 ◦ green 113 ◦ blue 60

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

Shades of Woodland #6B713C

Tints of Woodland #6B713C

RGB

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

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

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

R = 38.21%
G = 40.36%
B = 21.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6B713C (or 0x6B713C) is known color: Woodland. HEX triplet: 6B, 71 and 3C. RGB value is (107,113,60). Sum of RGB (Red+Green+Blue) = 107+113+60=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6B713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B713C is #948EC3. Grayscale: #696969. Windows color (decimal): -9735876 or 3961195. OLE color: 3961195.

HSL color Cylindrical-coordinate representation of color #6B713C: hue angle of 66.79º 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 #6B713C is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 113 60 -
CMYK 0.05 0 0.47 0.56
HSL 66.79º 0.31% 0.34% -
HSV(B) 66.79º 0.47% 0.44% -
XYZ 12.78 15.26 6.55 -
YUV 105.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 107 113 60 0.05 0 0.47 0.56 66.79 0.31 0.34
Hex 6B 71 3C 5 0 2F 38 43 1F 22
Octal 153 161 74 5 0 57 70 103 37 42
Binary 1101011 1110001 111100 101 0 101111 111000 1000011 11111 100010

Color Harmonies of #6B713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B713C

Black with #6B713C

Text Example


Text Example

White with #6B713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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