Html Css Color HEX #99423D Cognac

📋 copy color: '#99423D'

red 153 ◦ green 66 ◦ blue 61

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

Shades of Cognac #99423D

Tints of Cognac #99423D

RGB

 RED value IS 153 (60.16% from 255) = 54.64%

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

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

R = 54.64%
G = 23.57%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#99423D (or 0x99423D) is known color: Cognac. HEX triplet: 99, 42 and 3D. RGB value is (153,66,61). Sum of RGB (Red+Green+Blue) = 153+66+61=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99423D is #66BDC2. Grayscale: #5B5B5B. Windows color (decimal): -6733251 or 4014745. OLE color: 4014745.

HSL color Cylindrical-coordinate representation of color #99423D: hue angle of 3.26º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99423D is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 61 -
CMYK 0 0.57 0.60 0.4
HSL 3.26º 0.43% 0.42% -
HSV(B) 3.26º 0.6% 0.6% -
XYZ 15.93 11.01 5.7 -
YUV 91.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 153 66 61 0 0.57 0.60 0.4 3.26 0.43 0.42
Hex 99 42 3D 0 39 3C 28 3 2B 2A
Octal 231 102 75 0 71 74 50 3 53 52
Binary 10011001 1000010 111101 0 111001 111100 101000 11 101011 101010

Color Harmonies of #99423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99423D

Black with #99423D

Text Example


Text Example

White with #99423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99423D; }

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

 H1.HeaderClassName
 {
   color: #99423D;
 }
 .AnyTagClassName
 {
   color: #99423D;
 }
</style>

background-color css

<style>
 a { background-color: #99423D; }

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

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

border-color css

<style>
 span { border-color: #99423D; }

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

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