Html Css Color HEX #6B6514 Olivetone

📋 copy color: '#6B6514'

red 107 ◦ green 101 ◦ blue 20

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

Shades of Olivetone #6B6514

Tints of Olivetone #6B6514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 46.93%
G = 44.3%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6B6514 (or 0x6B6514) is known color: Olivetone. HEX triplet: 6B, 65 and 14. RGB value is (107,101,20). Sum of RGB (Red+Green+Blue) = 107+101+20=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6514 is #949AEB. Grayscale: #5D5D5D. Windows color (decimal): -9738988 or 1336683. OLE color: 1336683.

HSL color Cylindrical-coordinate representation of color #6B6514: hue angle of 55.86º 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 #6B6514 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 101 20 -
CMYK 0 0.06 0.81 0.58
HSL 55.86º 0.69% 0.25% -
HSV(B) 55.86º 0.81% 0.42% -
XYZ 10.84 12.48 2.5 -
YUV 93.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 107 101 20 0 0.06 0.81 0.58 55.86 0.69 0.25
Hex 6B 65 14 0 6 51 3A 38 45 19
Octal 153 145 24 0 6 121 72 70 105 31
Binary 1101011 1100101 10100 0 110 1010001 111010 111000 1000101 11001

Color Harmonies of #6B6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6514

Black with #6B6514

Text Example


Text Example

White with #6B6514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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