Html Css Color HEX #9B423D Cognac

📋 copy color: '#9B423D'

red 155 ◦ green 66 ◦ blue 61

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

Shades of Cognac #9B423D

Tints of Cognac #9B423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.63%

R = 54.96%
G = 23.4%
B = 21.63%

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

#9B423D (or 0x9B423D) is known color: Cognac. HEX triplet: 9B, 42 and 3D. RGB value is (155,66,61). Sum of RGB (Red+Green+Blue) = 155+66+61=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B423D is #64BDC2. Grayscale: #5C5C5C. Windows color (decimal): -6602179 or 4014747. OLE color: 4014747.

HSL color Cylindrical-coordinate representation of color #9B423D: hue angle of 3.19º 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 #9B423D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 66 61 -
CMYK 0 0.57 0.61 0.39
HSL 3.19º 0.44% 0.42% -
HSV(B) 3.19º 0.61% 0.61% -
XYZ 16.31 11.2 5.72 -
YUV 92.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 155 66 61 0 0.57 0.61 0.39 3.19 0.44 0.42
Hex 9B 42 3D 0 39 3D 27 3 2C 2A
Octal 233 102 75 0 71 75 47 3 54 52
Binary 10011011 1000010 111101 0 111001 111101 100111 11 101100 101010

Color Harmonies of #9B423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B423D

Black with #9B423D

Text Example


Text Example

White with #9B423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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