Html Css Color HEX #61451B Dark Brown

📋 copy color: '#61451B'

red 97 ◦ green 69 ◦ blue 27

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

Shades of Dark Brown #61451B

Tints of Dark Brown #61451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 50.26%
G = 35.75%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61451B (or 0x61451B) is known color: Dark Brown. HEX triplet: 61, 45 and 1B. RGB value is (97,69,27). Sum of RGB (Red+Green+Blue) = 97+69+27=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61451B is #9EBAE4. Grayscale: #484848. Windows color (decimal): -10402533 or 1787233. OLE color: 1787233.

HSL color Cylindrical-coordinate representation of color #61451B: hue angle of 36º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61451B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 27 -
CMYK 0 0.29 0.72 0.62
HSL 36º 0.56% 0.24% -
HSV(B) 36º 0.72% 0.38% -
XYZ 7.26 6.88 1.98 -
YUV 72.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 97 69 27 0 0.29 0.72 0.62 36 0.56 0.24
Hex 61 45 1B 0 1D 48 3E 24 38 18
Octal 141 105 33 0 35 110 76 44 70 30
Binary 1100001 1000101 11011 0 11101 1001000 111110 100100 111000 11000

Color Harmonies of #61451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61451B

Black with #61451B

Text Example


Text Example

White with #61451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61451B; }

 p { color: rgb(97,69,27); }

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

background-color css

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

 a { background-color: rgb(97,69,27); }

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

border-color css

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

 span { border-color: rgb(97,69,27); }

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