Html Css Color HEX #9B4640 Cognac

📋 copy color: '#9B4640'

red 155 ◦ green 70 ◦ blue 64

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

Shades of Cognac #9B4640

Tints of Cognac #9B4640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 53.63%
G = 24.22%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B4640 (or 0x9B4640) is known color: Cognac. HEX triplet: 9B, 46 and 40. RGB value is (155,70,64). Sum of RGB (Red+Green+Blue) = 155+70+64=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4640 is #64B9BF. Grayscale: #5E5E5E. Windows color (decimal): -6601152 or 4212379. OLE color: 4212379.

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

Color convert

RGB 155 70 64 -
CMYK 0 0.55 0.59 0.39
HSL 3.96º 0.42% 0.43% -
HSV(B) 3.96º 0.59% 0.61% -
XYZ 16.63 11.72 6.24 -
YUV 94.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 155 70 64 0 0.55 0.59 0.39 3.96 0.42 0.43
Hex 9B 46 40 0 37 3B 27 4 2A 2B
Octal 233 106 100 0 67 73 47 4 52 53
Binary 10011011 1000110 1000000 0 110111 111011 100111 100 101010 101011

Color Harmonies of #9B4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4640

Black with #9B4640

Text Example


Text Example

White with #9B4640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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