Html Css Color HEX #6E631A Olivetone

📋 copy color: '#6E631A'

red 110 ◦ green 99 ◦ blue 26

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

Shades of Olivetone #6E631A

Tints of Olivetone #6E631A

RGB

 RED value IS 110 (43.36% from 255) = 46.81%

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 46.81%
G = 42.13%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E631A (or 0x6E631A) is known color: Olivetone. HEX triplet: 6E, 63 and 1A. RGB value is (110,99,26). Sum of RGB (Red+Green+Blue) = 110+99+26=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E631A is #919CE5. Grayscale: #5E5E5E. Windows color (decimal): -9542886 or 1729390. OLE color: 1729390.

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

Color convert

RGB 110 99 26 -
CMYK 0 0.1 0.76 0.57
HSL 52.14º 0.62% 0.27% -
HSV(B) 52.14º 0.76% 0.43% -
XYZ 11.08 12.31 2.77 -
YUV 93.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 110 99 26 0 0.1 0.76 0.57 52.14 0.62 0.27
Hex 6E 63 1A 0 A 4C 39 34 3E 1B
Octal 156 143 32 0 12 114 71 64 76 33
Binary 1101110 1100011 11010 0 1010 1001100 111001 110100 111110 11011

Color Harmonies of #6E631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E631A

Black with #6E631A

Text Example


Text Example

White with #6E631A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,26); }

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

background-color css

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

 a { background-color: rgb(110,99,26); }

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

border-color css

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

 span { border-color: rgb(110,99,26); }

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