#6C630B

Color #6C630B Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #6C630B

Tints of Olivetone #6C630B

Color information

#6C630B (or 0x6C630B) is unknown color: approx Olivetone. HEX triplet: 6C, 63 and 0B. RGB value is (108,99,11). Sum of RGB (Red+Green+Blue) = 108+99+11=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C630B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C630B is #939CF4. Grayscale: #5C5C5C. Windows color (decimal): -9673973 or 746348. OLE color: 746348.

HSL color Cylindrical-coordinate representation of color #6C630B: hue angle of 54.43º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C630B is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB1089911-
CMYK00.080.900.58
HSL54.43º81.51%23.33%-
HSV(B)54.43º89.81%42.35%-
XYZ10.7112.142.09-
YUV91.6682.48139.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=49.54%
G=45.41%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108991100.080.900.5854.4381.5123.33
Hex6C63B085A3A365217
Octal15414313010132726612227
Binary110110011000111011010001011010111010110110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,99,11); }

 H1.HeaderClassName
 {
   color: #6C630B;
 }
 .AnyTagClassName
 {
   color: #6C630B;
 }
</style>
background-color css

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

 a { background-color: rgb(108,99,11); }

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

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

 span { border-color: rgb(108,99,11); }

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