Html Css Color HEX #6B743E Woodland

📋 copy color: '#6B743E'

red 107 ◦ green 116 ◦ blue 62

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

Shades of Woodland #6B743E

Tints of Woodland #6B743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 37.54%
G = 40.7%
B = 21.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#6B743E (or 0x6B743E) is known color: Woodland. HEX triplet: 6B, 74 and 3E. RGB value is (107,116,62). Sum of RGB (Red+Green+Blue) = 107+116+62=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #6B743E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B743E is #948BC1. Grayscale: #6B6B6B. Windows color (decimal): -9735106 or 4093035. OLE color: 4093035.

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

Color convert

RGB 107 116 62 -
CMYK 0.08 0 0.47 0.55
HSL 70º 0.3% 0.35% -
HSV(B) 70º 0.47% 0.45% -
XYZ 13.18 15.96 6.94 -
YUV 107.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 107 116 62 0.08 0 0.47 0.55 70 0.3 0.35
Hex 6B 74 3E 8 0 2F 37 46 1E 23
Octal 153 164 76 10 0 57 67 106 36 43
Binary 1101011 1110100 111110 1000 0 101111 110111 1000110 11110 100011

Color Harmonies of #6B743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B743E

Black with #6B743E

Text Example


Text Example

White with #6B743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,116,62); }

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

background-color css

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

 a { background-color: rgb(107,116,62); }

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

border-color css

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

 span { border-color: rgb(107,116,62); }

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