Html Css Color HEX #746101 Raw Umber

📋 copy color: '#746101'

red 116 ◦ green 97 ◦ blue 1

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

Shades of Raw Umber #746101

Tints of Raw Umber #746101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.33%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 54.21%
G = 45.33%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#746101 (or 0x746101) is known color: Raw Umber. HEX triplet: 74, 61 and 01. RGB value is (116,97,1). Sum of RGB (Red+Green+Blue) = 116+97+1=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #746101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746101 is #8B9EFE. Grayscale: #5C5C5C. Windows color (decimal): -9150207 or 90484. OLE color: 90484.

HSL color Cylindrical-coordinate representation of color #746101: hue angle of 50.09º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #746101 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 1 -
CMYK 0 0.16 0.99 0.55
HSL 50.09º 0.98% 0.23% -
HSV(B) 50.09º 0.99% 0.45% -
XYZ 11.48 12.26 1.79 -
YUV 91.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 116 97 1 0 0.16 0.99 0.55 50.09 0.98 0.23
Hex 74 61 1 0 10 63 37 32 62 17
Octal 164 141 1 0 20 143 67 62 142 27
Binary 1110100 1100001 1 0 10000 1100011 110111 110010 1100010 10111

Color Harmonies of #746101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746101

Black with #746101

Text Example


Text Example

White with #746101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746101; }

 p { color: rgb(116,97,1); }

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

background-color css

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

 a { background-color: rgb(116,97,1); }

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

border-color css

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

 span { border-color: rgb(116,97,1); }

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