Html Css Color HEX #6D641C Olivetone

📋 copy color: '#6D641C'

red 109 ◦ green 100 ◦ blue 28

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

Shades of Olivetone #6D641C

Tints of Olivetone #6D641C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 45.99%
G = 42.19%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D641C (or 0x6D641C) is known color: Olivetone. HEX triplet: 6D, 64 and 1C. RGB value is (109,100,28). Sum of RGB (Red+Green+Blue) = 109+100+28=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D641C is #929BE3. Grayscale: #5E5E5E. Windows color (decimal): -9608164 or 1860717. OLE color: 1860717.

HSL color Cylindrical-coordinate representation of color #6D641C: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D641C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 28 -
CMYK 0 0.08 0.74 0.57
HSL 53.33º 0.59% 0.27% -
HSV(B) 53.33º 0.74% 0.43% -
XYZ 11.07 12.45 2.92 -
YUV 94.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 109 100 28 0 0.08 0.74 0.57 53.33 0.59 0.27
Hex 6D 64 1C 0 8 4A 39 35 3B 1B
Octal 155 144 34 0 10 112 71 65 73 33
Binary 1101101 1100100 11100 0 1000 1001010 111001 110101 111011 11011

Color Harmonies of #6D641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D641C

Black with #6D641C

Text Example


Text Example

White with #6D641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,28); }

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

background-color css

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

 a { background-color: rgb(109,100,28); }

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

border-color css

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

 span { border-color: rgb(109,100,28); }

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