Html Css Color HEX #CB6500 Tenne (Tawny)

📋 copy color: '#CB6500'

red 203 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #CB6500

Tints of Tenne (Tawny) #CB6500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

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

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB6500 (or 0xCB6500) is known color: Tenne (Tawny). HEX triplet: CB, 65 and 00. RGB value is (203,101,0). Sum of RGB (Red+Green+Blue) = 203+101+0=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6500 is #349AFF. Grayscale: #787878. Windows color (decimal): -3447552 or 26059. OLE color: 26059.

HSL color Cylindrical-coordinate representation of color #CB6500: hue angle of 29.85º 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 #CB6500 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 0 -
CMYK 0 0.50 1 0.20
HSL 29.85º 1% 0.4% -
HSV(B) 29.85º 1% 0.8% -
XYZ 29.28 22 2.7 -
YUV 119.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 203 101 0 0 0.50 1 0.20 29.85 1 0.4
Hex CB 65 0 0 32 64 14 1E 64 28
Octal 313 145 0 0 62 144 24 36 144 50
Binary 11001011 1100101 0 0 110010 1100100 10100 11110 1100100 101000

Color Harmonies of #CB6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6500

Black with #CB6500

Text Example


Text Example

White with #CB6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6500; }

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

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

background-color css

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

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

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

border-color css

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

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

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