Html Css Color HEX #6D6525 Olivetone

📋 copy color: '#6D6525'

red 109 ◦ green 101 ◦ blue 37

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

Shades of Olivetone #6D6525

Tints of Olivetone #6D6525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 44.13%
G = 40.89%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D6525 (or 0x6D6525) is known color: Olivetone. HEX triplet: 6D, 65 and 25. RGB value is (109,101,37). Sum of RGB (Red+Green+Blue) = 109+101+37=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6525 is #929ADA. Grayscale: #606060. Windows color (decimal): -9607899 or 2450797. OLE color: 2450797.

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

Color convert

RGB 109 101 37 -
CMYK 0 0.07 0.66 0.57
HSL 53.33º 0.49% 0.29% -
HSV(B) 53.33º 0.66% 0.43% -
XYZ 11.29 12.69 3.6 -
YUV 96.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 109 101 37 0 0.07 0.66 0.57 53.33 0.49 0.29
Hex 6D 65 25 0 7 42 39 35 31 1D
Octal 155 145 45 0 7 102 71 65 61 35
Binary 1101101 1100101 100101 0 111 1000010 111001 110101 110001 11101

Color Harmonies of #6D6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6525

Black with #6D6525

Text Example


Text Example

White with #6D6525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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