Html Css Color HEX #6C681D Olivetone

📋 copy color: '#6C681D'

red 108 ◦ green 104 ◦ blue 29

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

Shades of Olivetone #6C681D

Tints of Olivetone #6C681D

RGB

 RED value IS 108 (42.58% from 255) = 44.81%

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 44.81%
G = 43.15%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6C681D (or 0x6C681D) is known color: Olivetone. HEX triplet: 6C, 68 and 1D. RGB value is (108,104,29). Sum of RGB (Red+Green+Blue) = 108+104+29=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C681D is #9397E2. Grayscale: #606060. Windows color (decimal): -9672675 or 1927276. OLE color: 1927276.

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

Color convert

RGB 108 104 29 -
CMYK 0 0.04 0.73 0.58
HSL 56.96º 0.58% 0.27% -
HSV(B) 56.96º 0.73% 0.42% -
XYZ 11.36 13.18 3.11 -
YUV 96.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 108 104 29 0 0.04 0.73 0.58 56.96 0.58 0.27
Hex 6C 68 1D 0 4 49 3A 39 3A 1B
Octal 154 150 35 0 4 111 72 71 72 33
Binary 1101100 1101000 11101 0 100 1001001 111010 111001 111010 11011

Color Harmonies of #6C681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C681D

Black with #6C681D

Text Example


Text Example

White with #6C681D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,29); }

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

background-color css

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

 a { background-color: rgb(108,104,29); }

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

border-color css

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

 span { border-color: rgb(108,104,29); }

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