Html Css Color HEX #CB6304 Tenne (Tawny)

📋 copy color: '#CB6304'

red 203 ◦ green 99 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6304

Tints of Tenne (Tawny) #CB6304

RGB

 RED value IS 203 (79.69% from 255) = 66.34%

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 66.34%
G = 32.35%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6304 (or 0xCB6304) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 04. RGB value is (203,99,4). Sum of RGB (Red+Green+Blue) = 203+99+4=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6304 is #349CFB. Grayscale: #777777. Windows color (decimal): -3448060 or 287691. OLE color: 287691.

HSL color Cylindrical-coordinate representation of color #CB6304: hue angle of 28.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB6304 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 4 -
CMYK 0 0.51 0.98 0.20
HSL 28.64º 0.96% 0.41% -
HSV(B) 28.64º 0.98% 0.8% -
XYZ 29.11 21.63 2.76 -
YUV 119.27 62.96 187.72 -
System Red Green Blue C M Y K H S L
Decimal 203 99 4 0 0.51 0.98 0.20 28.64 0.96 0.41
Hex CB 63 4 0 33 62 14 1D 60 29
Octal 313 143 4 0 63 142 24 35 140 51
Binary 11001011 1100011 100 0 110011 1100010 10100 11101 1100000 101001

Color Harmonies of #CB6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6304

Black with #CB6304

Text Example


Text Example

White with #CB6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6304; }

 p { color: rgb(203,99,4); }

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

background-color css

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

 a { background-color: rgb(203,99,4); }

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

border-color css

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

 span { border-color: rgb(203,99,4); }

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