Html Css Color HEX #6D661A Olivetone

📋 copy color: '#6D661A'

red 109 ◦ green 102 ◦ blue 26

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

Shades of Olivetone #6D661A

Tints of Olivetone #6D661A

RGB

 RED value IS 109 (42.97% from 255) = 45.99%

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 45.99%
G = 43.04%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D661A (or 0x6D661A) is known color: Olivetone. HEX triplet: 6D, 66 and 1A. RGB value is (109,102,26). Sum of RGB (Red+Green+Blue) = 109+102+26=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D661A is #9299E5. Grayscale: #5F5F5F. Windows color (decimal): -9607654 or 1730157. OLE color: 1730157.

HSL color Cylindrical-coordinate representation of color #6D661A: hue angle of 54.94º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D661A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 102 26 -
CMYK 0 0.06 0.76 0.57
HSL 54.94º 0.61% 0.26% -
HSV(B) 54.94º 0.76% 0.43% -
XYZ 11.24 12.83 2.86 -
YUV 95.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 109 102 26 0 0.06 0.76 0.57 54.94 0.61 0.26
Hex 6D 66 1A 0 6 4C 39 37 3D 1A
Octal 155 146 32 0 6 114 71 67 75 32
Binary 1101101 1100110 11010 0 110 1001100 111001 110111 111101 11010

Color Harmonies of #6D661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D661A

Black with #6D661A

Text Example


Text Example

White with #6D661A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,26); }

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

background-color css

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

 a { background-color: rgb(109,102,26); }

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

border-color css

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

 span { border-color: rgb(109,102,26); }

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