Html Css Color HEX #9B4641 Cognac

📋 copy color: '#9B4641'

red 155 ◦ green 70 ◦ blue 65

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

Shades of Cognac #9B4641

Tints of Cognac #9B4641

RGB

 RED value IS 155 (60.94% from 255) = 53.45%

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 53.45%
G = 24.14%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4641 (or 0x9B4641) is known color: Cognac. HEX triplet: 9B, 46 and 41. RGB value is (155,70,65). Sum of RGB (Red+Green+Blue) = 155+70+65=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4641 is #64B9BE. Grayscale: #5E5E5E. Windows color (decimal): -6601151 or 4277915. OLE color: 4277915.

HSL color Cylindrical-coordinate representation of color #9B4641: hue angle of 3.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4641 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 70 65 -
CMYK 0 0.55 0.58 0.39
HSL 3.33º 0.41% 0.43% -
HSV(B) 3.33º 0.58% 0.61% -
XYZ 16.66 11.73 6.39 -
YUV 94.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 155 70 65 0 0.55 0.58 0.39 3.33 0.41 0.43
Hex 9B 46 41 0 37 3A 27 3 29 2B
Octal 233 106 101 0 67 72 47 3 51 53
Binary 10011011 1000110 1000001 0 110111 111010 100111 11 101001 101011

Color Harmonies of #9B4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4641

Black with #9B4641

Text Example


Text Example

White with #9B4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4641; }

 p { color: rgb(155,70,65); }

 H1.HeaderClassName
 {
   color: #9B4641;
 }
 .AnyTagClassName
 {
   color: #9B4641;
 }
</style>

background-color css

<style>
 a { background-color: #9B4641; }

 a { background-color: rgb(155,70,65); }

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

border-color css

<style>
 span { border-color: #9B4641; }

 span { border-color: rgb(155,70,65); }

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