Html Css Color HEX #614304 Raw Umber

📋 copy color: '#614304'

red 97 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #614304

Tints of Raw Umber #614304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 57.74%
G = 39.88%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#614304 (or 0x614304) is known color: Raw Umber. HEX triplet: 61, 43 and 04. RGB value is (97,67,4). Sum of RGB (Red+Green+Blue) = 97+67+4=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #614304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614304 is #9EBCFB. Grayscale: #454545. Windows color (decimal): -10403068 or 279393. OLE color: 279393.

HSL color Cylindrical-coordinate representation of color #614304: hue angle of 40.65º 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 #614304 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 4 -
CMYK 0 0.31 0.96 0.62
HSL 40.65º 0.92% 0.2% -
HSV(B) 40.65º 0.96% 0.38% -
XYZ 6.96 6.56 1.02 -
YUV 68.79 91.44 148.12 -
System Red Green Blue C M Y K H S L
Decimal 97 67 4 0 0.31 0.96 0.62 40.65 0.92 0.2
Hex 61 43 4 0 1F 60 3E 29 5C 14
Octal 141 103 4 0 37 140 76 51 134 24
Binary 1100001 1000011 100 0 11111 1100000 111110 101001 1011100 10100

Color Harmonies of #614304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614304

Black with #614304

Text Example


Text Example

White with #614304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614304; }

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

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

background-color css

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

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

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

border-color css

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

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

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