Html Css Color HEX #CB6301 Tenne (Tawny)

📋 copy color: '#CB6301'

red 203 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #CB6301

Tints of Tenne (Tawny) #CB6301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67%
G = 32.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB6301 (or 0xCB6301) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 01. RGB value is (203,99,1). Sum of RGB (Red+Green+Blue) = 203+99+1=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6301 is #349CFE. Grayscale: #777777. Windows color (decimal): -3448063 or 91083. OLE color: 91083.

HSL color Cylindrical-coordinate representation of color #CB6301: hue angle of 29.11º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB6301 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 99 1 -
CMYK 0 0.51 1.00 0.20
HSL 29.11º 0.99% 0.4% -
HSV(B) 29.11º 1% 0.8% -
XYZ 29.1 21.62 2.67 -
YUV 118.92 61.46 187.97 -
System Red Green Blue C M Y K H S L
Decimal 203 99 1 0 0.51 1.00 0.20 29.11 0.99 0.4
Hex CB 63 1 0 33 64 14 1D 63 28
Octal 313 143 1 0 63 144 24 35 143 50
Binary 11001011 1100011 1 0 110011 1100100 10100 11101 1100011 101000

Color Harmonies of #CB6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6301

Black with #CB6301

Text Example


Text Example

White with #CB6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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