Html Css Color HEX #6D6515 Olivetone

📋 copy color: '#6D6515'

red 109 ◦ green 101 ◦ blue 21

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

Shades of Olivetone #6D6515

Tints of Olivetone #6D6515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 47.19%
G = 43.72%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6D6515 (or 0x6D6515) is known color: Olivetone. HEX triplet: 6D, 65 and 15. RGB value is (109,101,21). Sum of RGB (Red+Green+Blue) = 109+101+21=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6515 is #929AEA. Grayscale: #5E5E5E. Windows color (decimal): -9607915 or 1402221. OLE color: 1402221.

HSL color Cylindrical-coordinate representation of color #6D6515: hue angle of 54.55º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D6515 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 101 21 -
CMYK 0 0.07 0.81 0.57
HSL 54.55º 0.68% 0.25% -
HSV(B) 54.55º 0.81% 0.43% -
XYZ 11.1 12.61 2.56 -
YUV 94.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 109 101 21 0 0.07 0.81 0.57 54.55 0.68 0.25
Hex 6D 65 15 0 7 51 39 37 44 19
Octal 155 145 25 0 7 121 71 67 104 31
Binary 1101101 1100101 10101 0 111 1010001 111001 110111 1000100 11001

Color Harmonies of #6D6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6515

Black with #6D6515

Text Example


Text Example

White with #6D6515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,21); }

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

background-color css

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

 a { background-color: rgb(109,101,21); }

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

border-color css

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

 span { border-color: rgb(109,101,21); }

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