Html Css Color HEX #6D661B Olivetone

📋 copy color: '#6D661B'

red 109 ◦ green 102 ◦ blue 27

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

Shades of Olivetone #6D661B

Tints of Olivetone #6D661B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 45.8%
G = 42.86%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D661B (or 0x6D661B) is known color: Olivetone. HEX triplet: 6D, 66 and 1B. RGB value is (109,102,27). Sum of RGB (Red+Green+Blue) = 109+102+27=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D661B is #9299E4. Grayscale: #5F5F5F. Windows color (decimal): -9607653 or 1795693. OLE color: 1795693.

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

Color convert

RGB 109 102 27 -
CMYK 0 0.06 0.75 0.57
HSL 54.88º 0.6% 0.27% -
HSV(B) 54.88º 0.75% 0.43% -
XYZ 11.26 12.83 2.92 -
YUV 95.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 109 102 27 0 0.06 0.75 0.57 54.88 0.6 0.27
Hex 6D 66 1B 0 6 4B 39 37 3C 1B
Octal 155 146 33 0 6 113 71 67 74 33
Binary 1101101 1100110 11011 0 110 1001011 111001 110111 111100 11011

Color Harmonies of #6D661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D661B

Black with #6D661B

Text Example


Text Example

White with #6D661B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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