Html Css Color HEX #CB6F00 Tenne (Tawny)

📋 copy color: '#CB6F00'

red 203 ◦ green 111 ◦ blue 0

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

Shades of Tenne (Tawny) #CB6F00

Tints of Tenne (Tawny) #CB6F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 64.65%
G = 35.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CB6F00 (or 0xCB6F00) is known color: Tenne (Tawny). HEX triplet: CB, 6F and 00. RGB value is (203,111,0). Sum of RGB (Red+Green+Blue) = 203+111+0=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6F00 is #3490FF. Grayscale: #7E7E7E. Windows color (decimal): -3444992 or 28619. OLE color: 28619.

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

Color convert

RGB 203 111 0 -
CMYK 0 0.45 1 0.20
HSL 32.81º 1% 0.4% -
HSV(B) 32.81º 1% 0.8% -
XYZ 30.31 24.07 3.05 -
YUV 125.85 56.98 183.03 -
System Red Green Blue C M Y K H S L
Decimal 203 111 0 0 0.45 1 0.20 32.81 1 0.4
Hex CB 6F 0 0 2D 64 14 21 64 28
Octal 313 157 0 0 55 144 24 41 144 50
Binary 11001011 1101111 0 0 101101 1100100 10100 100001 1100100 101000

Color Harmonies of #CB6F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F00

Black with #CB6F00

Text Example


Text Example

White with #CB6F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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