Html Css Color HEX #6A7540 Woodland

📋 copy color: '#6A7540'

red 106 ◦ green 117 ◦ blue 64

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

Shades of Woodland #6A7540

Tints of Woodland #6A7540

RGB

 RED value IS 106 (41.8% from 255) = 36.93%

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 36.93%
G = 40.77%
B = 22.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#6A7540 (or 0x6A7540) is known color: Woodland. HEX triplet: 6A, 75 and 40. RGB value is (106,117,64). Sum of RGB (Red+Green+Blue) = 106+117+64=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7540 is #958ABF. Grayscale: #6B6B6B. Windows color (decimal): -9800384 or 4224362. OLE color: 4224362.

HSL color Cylindrical-coordinate representation of color #6A7540: hue angle of 72.45º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7540 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 117 64 -
CMYK 0.09 0 0.45 0.54
HSL 72.45º 0.29% 0.35% -
HSV(B) 72.45º 0.45% 0.46% -
XYZ 13.23 16.16 7.27 -
YUV 107.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 106 117 64 0.09 0 0.45 0.54 72.45 0.29 0.35
Hex 6A 75 40 9 0 2D 36 48 1D 23
Octal 152 165 100 11 0 55 66 110 35 43
Binary 1101010 1110101 1000000 1001 0 101101 110110 1001000 11101 100011

Color Harmonies of #6A7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7540

Black with #6A7540

Text Example


Text Example

White with #6A7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,117,64); }

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

background-color css

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

 a { background-color: rgb(106,117,64); }

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

border-color css

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

 span { border-color: rgb(106,117,64); }

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