Html Css Color HEX #61451C Dark Brown

📋 copy color: '#61451C'

red 97 ◦ green 69 ◦ blue 28

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

Shades of Dark Brown #61451C

Tints of Dark Brown #61451C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.43%

R = 50%
G = 35.57%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61451C (or 0x61451C) is known color: Dark Brown. HEX triplet: 61, 45 and 1C. RGB value is (97,69,28). Sum of RGB (Red+Green+Blue) = 97+69+28=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61451C is #9EBAE3. Grayscale: #484848. Windows color (decimal): -10402532 or 1852769. OLE color: 1852769.

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

Color convert

RGB 97 69 28 -
CMYK 0 0.29 0.71 0.62
HSL 35.65º 0.55% 0.25% -
HSV(B) 35.65º 0.71% 0.38% -
XYZ 7.27 6.88 2.04 -
YUV 72.7 102.78 145.33 -
System Red Green Blue C M Y K H S L
Decimal 97 69 28 0 0.29 0.71 0.62 35.65 0.55 0.25
Hex 61 45 1C 0 1D 47 3E 24 37 19
Octal 141 105 34 0 35 107 76 44 67 31
Binary 1100001 1000101 11100 0 11101 1000111 111110 100100 110111 11001

Color Harmonies of #61451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61451C

Black with #61451C

Text Example


Text Example

White with #61451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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