Html Css Color HEX #614104 Raw Umber

📋 copy color: '#614104'

red 97 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #614104

Tints of Raw Umber #614104

RGB

 RED value IS 97 (38.28% from 255) = 58.43%

 GREEN value IS 65 (25.78% from 255) = 39.16%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 58.43%
G = 39.16%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#614104 (or 0x614104) is known color: Raw Umber. HEX triplet: 61, 41 and 04. RGB value is (97,65,4). Sum of RGB (Red+Green+Blue) = 97+65+4=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #614104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614104 is #9EBEFB. Grayscale: #434343. Windows color (decimal): -10403580 or 278881. OLE color: 278881.

HSL color Cylindrical-coordinate representation of color #614104: hue angle of 39.35º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #614104 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 4 -
CMYK 0 0.33 0.96 0.62
HSL 39.35º 0.92% 0.2% -
HSV(B) 39.35º 0.96% 0.38% -
XYZ 6.84 6.33 0.98 -
YUV 67.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 97 65 4 0 0.33 0.96 0.62 39.35 0.92 0.2
Hex 61 41 4 0 21 60 3E 27 5C 14
Octal 141 101 4 0 41 140 76 47 134 24
Binary 1100001 1000001 100 0 100001 1100000 111110 100111 1011100 10100

Color Harmonies of #614104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614104

Black with #614104

Text Example


Text Example

White with #614104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614104; }

 p { color: rgb(97,65,4); }

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

background-color css

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

 a { background-color: rgb(97,65,4); }

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

border-color css

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

 span { border-color: rgb(97,65,4); }

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