Html Css Color HEX #6B703A Woodland

📋 copy color: '#6B703A'

red 107 ◦ green 112 ◦ blue 58

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

Shades of Woodland #6B703A

Tints of Woodland #6B703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 38.63%
G = 40.43%
B = 20.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6B703A (or 0x6B703A) is known color: Woodland. HEX triplet: 6B, 70 and 3A. RGB value is (107,112,58). Sum of RGB (Red+Green+Blue) = 107+112+58=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #6B703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B703A is #948FC5. Grayscale: #686868. Windows color (decimal): -9736134 or 3829867. OLE color: 3829867.

HSL color Cylindrical-coordinate representation of color #6B703A: hue angle of 65.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B703A is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 112 58 -
CMYK 0.04 0 0.48 0.56
HSL 65.56º 0.32% 0.33% -
HSV(B) 65.56º 0.48% 0.44% -
XYZ 12.62 15.02 6.24 -
YUV 104.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 107 112 58 0.04 0 0.48 0.56 65.56 0.32 0.33
Hex 6B 70 3A 4 0 30 38 42 20 21
Octal 153 160 72 4 0 60 70 102 40 41
Binary 1101011 1110000 111010 100 0 110000 111000 1000010 100000 100001

Color Harmonies of #6B703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B703A

Black with #6B703A

Text Example


Text Example

White with #6B703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,112,58); }

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

background-color css

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

 a { background-color: rgb(107,112,58); }

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

border-color css

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

 span { border-color: rgb(107,112,58); }

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