Html Css Color HEX #746C1E Olivetone

📋 copy color: '#746C1E'

red 116 ◦ green 108 ◦ blue 30

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

Shades of Olivetone #746C1E

Tints of Olivetone #746C1E

RGB

 RED value IS 116 (45.7% from 255) = 45.67%

 GREEN value IS 108 (42.58% from 255) = 42.52%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 45.67%
G = 42.52%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#746C1E (or 0x746C1E) is known color: Olivetone. HEX triplet: 74, 6C and 1E. RGB value is (116,108,30). Sum of RGB (Red+Green+Blue) = 116+108+30=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #746C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C1E is #8B93E1. Grayscale: #656565. Windows color (decimal): -9147362 or 1993844. OLE color: 1993844.

HSL color Cylindrical-coordinate representation of color #746C1E: hue angle of 54.42º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #746C1E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 30 -
CMYK 0 0.07 0.74 0.55
HSL 54.42º 0.59% 0.29% -
HSV(B) 54.42º 0.74% 0.45% -
XYZ 12.8 14.53 3.36 -
YUV 101.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 116 108 30 0 0.07 0.74 0.55 54.42 0.59 0.29
Hex 74 6C 1E 0 7 4A 37 36 3B 1D
Octal 164 154 36 0 7 112 67 66 73 35
Binary 1110100 1101100 11110 0 111 1001010 110111 110110 111011 11101

Color Harmonies of #746C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C1E

Black with #746C1E

Text Example


Text Example

White with #746C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746C1E; }

 p { color: rgb(116,108,30); }

 H1.HeaderClassName
 {
   color: #746C1E;
 }
 .AnyTagClassName
 {
   color: #746C1E;
 }
</style>

background-color css

<style>
 a { background-color: #746C1E; }

 a { background-color: rgb(116,108,30); }

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

border-color css

<style>
 span { border-color: #746C1E; }

 span { border-color: rgb(116,108,30); }

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