Html Css Color HEX #6B7A44 Woodland

📋 copy color: '#6B7A44'

red 107 ◦ green 122 ◦ blue 68

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

Shades of Woodland #6B7A44

Tints of Woodland #6B7A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 36.03%
G = 41.08%
B = 22.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#6B7A44 (or 0x6B7A44) is known color: Woodland. HEX triplet: 6B, 7A and 44. RGB value is (107,122,68). Sum of RGB (Red+Green+Blue) = 107+122+68=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7A44 is #9485BB. Grayscale: #6F6F6F. Windows color (decimal): -9733564 or 4487787. OLE color: 4487787.

HSL color Cylindrical-coordinate representation of color #6B7A44: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B7A44 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 122 68 -
CMYK 0.12 0 0.44 0.52
HSL 76.67º 0.28% 0.37% -
HSV(B) 76.67º 0.44% 0.48% -
XYZ 14.07 17.46 8.1 -
YUV 111.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 107 122 68 0.12 0 0.44 0.52 76.67 0.28 0.37
Hex 6B 7A 44 C 0 2C 34 4D 1C 25
Octal 153 172 104 14 0 54 64 115 34 45
Binary 1101011 1111010 1000100 1100 0 101100 110100 1001101 11100 100101

Color Harmonies of #6B7A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7A44

Black with #6B7A44

Text Example


Text Example

White with #6B7A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,122,68); }

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

background-color css

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

 a { background-color: rgb(107,122,68); }

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

border-color css

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

 span { border-color: rgb(107,122,68); }

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