Html Css Color HEX #CB6A00 Tenne (Tawny)

📋 copy color: '#CB6A00'

red 203 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #CB6A00

Tints of Tenne (Tawny) #CB6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.3%

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

R = 65.7%
G = 34.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB6A00 (or 0xCB6A00) is known color: Tenne (Tawny). HEX triplet: CB, 6A and 00. RGB value is (203,106,0). Sum of RGB (Red+Green+Blue) = 203+106+0=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A00 is #3495FF. Grayscale: #7B7B7B. Windows color (decimal): -3446272 or 27339. OLE color: 27339.

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

Color convert

RGB 203 106 0 -
CMYK 0 0.48 1 0.20
HSL 31.33º 1% 0.4% -
HSV(B) 31.33º 1% 0.8% -
XYZ 29.78 23 2.87 -
YUV 122.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 203 106 0 0 0.48 1 0.20 31.33 1 0.4
Hex CB 6A 0 0 30 64 14 1F 64 28
Octal 313 152 0 0 60 144 24 37 144 50
Binary 11001011 1101010 0 0 110000 1100100 10100 11111 1100100 101000

Color Harmonies of #CB6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A00

Black with #CB6A00

Text Example


Text Example

White with #CB6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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