Html Css Color HEX #614105 Raw Umber

📋 copy color: '#614105'

red 97 ◦ green 65 ◦ blue 5

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

Shades of Raw Umber #614105

Tints of Raw Umber #614105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 58.08%
G = 38.92%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#614105 (or 0x614105) is known color: Raw Umber. HEX triplet: 61, 41 and 05. RGB value is (97,65,5). Sum of RGB (Red+Green+Blue) = 97+65+5=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #614105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614105 is #9EBEFA. Grayscale: #444444. Windows color (decimal): -10403579 or 344417. OLE color: 344417.

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

Color convert

RGB 97 65 5 -
CMYK 0 0.33 0.95 0.62
HSL 39.13º 0.9% 0.2% -
HSV(B) 39.13º 0.95% 0.38% -
XYZ 6.85 6.33 1.01 -
YUV 67.73 92.6 148.88 -
System Red Green Blue C M Y K H S L
Decimal 97 65 5 0 0.33 0.95 0.62 39.13 0.9 0.2
Hex 61 41 5 0 21 5F 3E 27 5A 14
Octal 141 101 5 0 41 137 76 47 132 24
Binary 1100001 1000001 101 0 100001 1011111 111110 100111 1011010 10100

Color Harmonies of #614105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614105

Black with #614105

Text Example


Text Example

White with #614105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614105; }

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

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

background-color css

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

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

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

border-color css

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

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

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