Html Css Color HEX #6B6513 Olivetone

📋 copy color: '#6B6513'

red 107 ◦ green 101 ◦ blue 19

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

Shades of Olivetone #6B6513

Tints of Olivetone #6B6513

RGB

 RED value IS 107 (42.19% from 255) = 47.14%

 GREEN value IS 101 (39.84% from 255) = 44.49%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 47.14%
G = 44.49%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B6513 (or 0x6B6513) is known color: Olivetone. HEX triplet: 6B, 65 and 13. RGB value is (107,101,19). Sum of RGB (Red+Green+Blue) = 107+101+19=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6513 is #949AEC. Grayscale: #5D5D5D. Windows color (decimal): -9738989 or 1271147. OLE color: 1271147.

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

Color convert

RGB 107 101 19 -
CMYK 0 0.06 0.82 0.58
HSL 55.91º 0.7% 0.25% -
HSV(B) 55.91º 0.82% 0.42% -
XYZ 10.83 12.48 2.45 -
YUV 93.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 107 101 19 0 0.06 0.82 0.58 55.91 0.7 0.25
Hex 6B 65 13 0 6 52 3A 38 46 19
Octal 153 145 23 0 6 122 72 70 106 31
Binary 1101011 1100101 10011 0 110 1010010 111010 111000 1000110 11001

Color Harmonies of #6B6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6513

Black with #6B6513

Text Example


Text Example

White with #6B6513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,19); }

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

background-color css

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

 a { background-color: rgb(107,101,19); }

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

border-color css

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

 span { border-color: rgb(107,101,19); }

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