Html Css Color HEX #6B7742 Woodland

📋 copy color: '#6B7742'

red 107 ◦ green 119 ◦ blue 66

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

Shades of Woodland #6B7742

Tints of Woodland #6B7742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 36.64%
G = 40.75%
B = 22.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#6B7742 (or 0x6B7742) is known color: Woodland. HEX triplet: 6B, 77 and 42. RGB value is (107,119,66). Sum of RGB (Red+Green+Blue) = 107+119+66=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7742 is #9488BD. Grayscale: #6D6D6D. Windows color (decimal): -9734334 or 4355947. OLE color: 4355947.

HSL color Cylindrical-coordinate representation of color #6B7742: hue angle of 73.58º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B7742 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 66 -
CMYK 0.10 0 0.45 0.53
HSL 73.58º 0.29% 0.36% -
HSV(B) 73.58º 0.45% 0.47% -
XYZ 13.64 16.71 7.66 -
YUV 109.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 107 119 66 0.10 0 0.45 0.53 73.58 0.29 0.36
Hex 6B 77 42 A 0 2D 35 4A 1D 24
Octal 153 167 102 12 0 55 65 112 35 44
Binary 1101011 1110111 1000010 1010 0 101101 110101 1001010 11101 100100

Color Harmonies of #6B7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7742

Black with #6B7742

Text Example


Text Example

White with #6B7742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,66); }

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

background-color css

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

 a { background-color: rgb(107,119,66); }

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

border-color css

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

 span { border-color: rgb(107,119,66); }

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