Html Css Color HEX #6B7340 Woodland

📋 copy color: '#6B7340'

red 107 ◦ green 115 ◦ blue 64

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

Shades of Woodland #6B7340

Tints of Woodland #6B7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 37.41%
G = 40.21%
B = 22.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#6B7340 (or 0x6B7340) is known color: Woodland. HEX triplet: 6B, 73 and 40. RGB value is (107,115,64). Sum of RGB (Red+Green+Blue) = 107+115+64=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7340 is #948CBF. Grayscale: #6A6A6A. Windows color (decimal): -9735360 or 4223851. OLE color: 4223851.

HSL color Cylindrical-coordinate representation of color #6B7340: hue angle of 69.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B7340 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 115 64 -
CMYK 0.07 0 0.44 0.55
HSL 69.41º 0.28% 0.35% -
HSV(B) 69.41º 0.44% 0.45% -
XYZ 13.12 15.76 7.2 -
YUV 106.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 107 115 64 0.07 0 0.44 0.55 69.41 0.28 0.35
Hex 6B 73 40 7 0 2C 37 45 1C 23
Octal 153 163 100 7 0 54 67 105 34 43
Binary 1101011 1110011 1000000 111 0 101100 110111 1000101 11100 100011

Color Harmonies of #6B7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7340

Black with #6B7340

Text Example


Text Example

White with #6B7340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,115,64); }

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

background-color css

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

 a { background-color: rgb(107,115,64); }

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

border-color css

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

 span { border-color: rgb(107,115,64); }

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