Html Css Color HEX #6D6828 Olivetone

📋 copy color: '#6D6828'

red 109 ◦ green 104 ◦ blue 40

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

Shades of Olivetone #6D6828

Tints of Olivetone #6D6828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.11%

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 43.08%
G = 41.11%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D6828 (or 0x6D6828) is known color: Olivetone. HEX triplet: 6D, 68 and 28. RGB value is (109,104,40). Sum of RGB (Red+Green+Blue) = 109+104+40=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6828 is #9297D7. Grayscale: #626262. Windows color (decimal): -9607128 or 2648173. OLE color: 2648173.

HSL color Cylindrical-coordinate representation of color #6D6828: hue angle of 55.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D6828 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 104 40 -
CMYK 0 0.05 0.63 0.57
HSL 55.65º 0.46% 0.29% -
HSV(B) 55.65º 0.63% 0.43% -
XYZ 11.64 13.31 3.96 -
YUV 98.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 109 104 40 0 0.05 0.63 0.57 55.65 0.46 0.29
Hex 6D 68 28 0 5 3F 39 38 2E 1D
Octal 155 150 50 0 5 77 71 70 56 35
Binary 1101101 1101000 101000 0 101 111111 111001 111000 101110 11101

Color Harmonies of #6D6828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6828

Black with #6D6828

Text Example


Text Example

White with #6D6828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,40); }

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

background-color css

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

 a { background-color: rgb(109,104,40); }

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

border-color css

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

 span { border-color: rgb(109,104,40); }

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