Html Css Color HEX #61430D Raw Umber

📋 copy color: '#61430D'

red 97 ◦ green 67 ◦ blue 13

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

Shades of Raw Umber #61430D

Tints of Raw Umber #61430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 54.8%
G = 37.85%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61430D (or 0x61430D) is known color: Raw Umber. HEX triplet: 61, 43 and 0D. RGB value is (97,67,13). Sum of RGB (Red+Green+Blue) = 97+67+13=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61430D is #9EBCF2. Grayscale: #464646. Windows color (decimal): -10403059 or 869217. OLE color: 869217.

HSL color Cylindrical-coordinate representation of color #61430D: hue angle of 38.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61430D is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 13 -
CMYK 0 0.31 0.87 0.62
HSL 38.57º 0.76% 0.22% -
HSV(B) 38.57º 0.87% 0.38% -
XYZ 7.01 6.58 1.28 -
YUV 69.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 97 67 13 0 0.31 0.87 0.62 38.57 0.76 0.22
Hex 61 43 D 0 1F 57 3E 27 4C 16
Octal 141 103 15 0 37 127 76 47 114 26
Binary 1100001 1000011 1101 0 11111 1010111 111110 100111 1001100 10110

Color Harmonies of #61430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61430D

Black with #61430D

Text Example


Text Example

White with #61430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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