Html Css Color HEX #9B423C Cognac

📋 copy color: '#9B423C'

red 155 ◦ green 66 ◦ blue 60

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

Shades of Cognac #9B423C

Tints of Cognac #9B423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 55.16%
G = 23.49%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B423C (or 0x9B423C) is known color: Cognac. HEX triplet: 9B, 42 and 3C. RGB value is (155,66,60). Sum of RGB (Red+Green+Blue) = 155+66+60=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B423C is #64BDC3. Grayscale: #5C5C5C. Windows color (decimal): -6602180 or 3949211. OLE color: 3949211.

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

Color convert

RGB 155 66 60 -
CMYK 0 0.57 0.61 0.39
HSL 3.79º 0.44% 0.42% -
HSV(B) 3.79º 0.61% 0.61% -
XYZ 16.28 11.19 5.58 -
YUV 91.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 155 66 60 0 0.57 0.61 0.39 3.79 0.44 0.42
Hex 9B 42 3C 0 39 3D 27 4 2C 2A
Octal 233 102 74 0 71 75 47 4 54 52
Binary 10011011 1000010 111100 0 111001 111101 100111 100 101100 101010

Color Harmonies of #9B423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B423C

Black with #9B423C

Text Example


Text Example

White with #9B423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,66,60); }

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

background-color css

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

 a { background-color: rgb(155,66,60); }

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

border-color css

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

 span { border-color: rgb(155,66,60); }

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