#6B6814

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

Shades of Olivetone #6B6814

Tints of Olivetone #6B6814

Color information

#6B6814 (or 0x6B6814) is unknown color: approx Olivetone. HEX triplet: 6B, 68 and 14. RGB value is (107,104,20). Sum of RGB (Red+Green+Blue) = 107+104+20=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6814 is #9497EB. Grayscale: #5F5F5F. Windows color (decimal): -9738220 or 1337451. OLE color: 1337451.

HSL color Cylindrical-coordinate representation of color #6B6814: hue angle of 57.93º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B6814 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB10710420-
CMYK00.030.810.58
HSL57.93º68.5%24.9%-
HSV(B)57.93º81.31%41.96%-
XYZ11.1413.082.6-
YUV95.3285.49136.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=46.32%
G=45.02%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071042000.030.810.5857.9368.524.9
Hex6B681403513A3a4519
Octal1531502403121727210531
Binary11010111101000101000111010001111010111010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,20); }

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

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

 a { background-color: rgb(107,104,20); }

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

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

 span { border-color: rgb(107,104,20); }

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