Html Css Color HEX #61430A Raw Umber

📋 copy color: '#61430A'

red 97 ◦ green 67 ◦ blue 10

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

Shades of Raw Umber #61430A

Tints of Raw Umber #61430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 55.75%
G = 38.51%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#61430A (or 0x61430A) is known color: Raw Umber. HEX triplet: 61, 43 and 0A. RGB value is (97,67,10). Sum of RGB (Red+Green+Blue) = 97+67+10=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61430A is #9EBCF5. Grayscale: #454545. Windows color (decimal): -10403062 or 672609. OLE color: 672609.

HSL color Cylindrical-coordinate representation of color #61430A: hue angle of 39.31º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61430A is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 10 -
CMYK 0 0.31 0.90 0.62
HSL 39.31º 0.81% 0.21% -
HSV(B) 39.31º 0.9% 0.38% -
XYZ 6.99 6.58 1.19 -
YUV 69.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 97 67 10 0 0.31 0.90 0.62 39.31 0.81 0.21
Hex 61 43 A 0 1F 5A 3E 27 51 15
Octal 141 103 12 0 37 132 76 47 121 25
Binary 1100001 1000011 1010 0 11111 1011010 111110 100111 1010001 10101

Color Harmonies of #61430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61430A

Black with #61430A

Text Example


Text Example

White with #61430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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