Html Css Color HEX #CB6400 Tenne (Tawny)

📋 copy color: '#CB6400'

red 203 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #CB6400

Tints of Tenne (Tawny) #CB6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67%
G = 33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB6400 (or 0xCB6400) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 00. RGB value is (203,100,0). Sum of RGB (Red+Green+Blue) = 203+100+0=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6400 is #349BFF. Grayscale: #777777. Windows color (decimal): -3447808 or 25803. OLE color: 25803.

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

Color convert

RGB 203 100 0 -
CMYK 0 0.51 1 0.20
HSL 29.56º 1% 0.4% -
HSV(B) 29.56º 1% 0.8% -
XYZ 29.19 21.81 2.67 -
YUV 119.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 203 100 0 0 0.51 1 0.20 29.56 1 0.4
Hex CB 64 0 0 33 64 14 1E 64 28
Octal 313 144 0 0 63 144 24 36 144 50
Binary 11001011 1100100 0 0 110011 1100100 10100 11110 1100100 101000

Color Harmonies of #CB6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6400

Black with #CB6400

Text Example


Text Example

White with #CB6400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6400; }

 p { color: rgb(203,100,0); }

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

background-color css

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

 a { background-color: rgb(203,100,0); }

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

border-color css

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

 span { border-color: rgb(203,100,0); }

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