#6B6725

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

Shades of Olivetone #6B6725

Tints of Olivetone #6B6725

Color information

#6B6725 (or 0x6B6725) is unknown color: approx Olivetone. HEX triplet: 6B, 67 and 25. RGB value is (107,103,37). Sum of RGB (Red+Green+Blue) = 107+103+37=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6725 is #9498DA. Grayscale: #606060. Windows color (decimal): -9738459 or 2451307. OLE color: 2451307.

HSL color Cylindrical-coordinate representation of color #6B6725: hue angle of 56.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B6725 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB10710337-
CMYK00.040.650.58
HSL56.57º48.61%28.24%-
HSV(B)56.57º65.42%41.96%-
XYZ11.2512.963.66-
YUV96.6794.33135.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=43.32%
G=41.70%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071033700.040.650.5856.5748.6128.24
Hex6B672504413A39311c
Octal153147450410172716134
Binary110101111001111001010100100000111101011100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,37); }

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

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

 a { background-color: rgb(107,103,37); }

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

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

 span { border-color: rgb(107,103,37); }

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