Html Css Color HEX #61431E Dark Brown

📋 copy color: '#61431E'

red 97 ◦ green 67 ◦ blue 30

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

Shades of Dark Brown #61431E

Tints of Dark Brown #61431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.46%

R = 50%
G = 34.54%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61431E (or 0x61431E) is known color: Dark Brown. HEX triplet: 61, 43 and 1E. RGB value is (97,67,30). Sum of RGB (Red+Green+Blue) = 97+67+30=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61431E is #9EBCE1. Grayscale: #474747. Windows color (decimal): -10403042 or 1983329. OLE color: 1983329.

HSL color Cylindrical-coordinate representation of color #61431E: hue angle of 33.13º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61431E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 30 -
CMYK 0 0.31 0.69 0.62
HSL 33.13º 0.53% 0.25% -
HSV(B) 33.13º 0.69% 0.38% -
XYZ 7.17 6.65 2.13 -
YUV 71.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 97 67 30 0 0.31 0.69 0.62 33.13 0.53 0.25
Hex 61 43 1E 0 1F 45 3E 21 35 19
Octal 141 103 36 0 37 105 76 41 65 31
Binary 1100001 1000011 11110 0 11111 1000101 111110 100001 110101 11001

Color Harmonies of #61431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61431E

Black with #61431E

Text Example


Text Example

White with #61431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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