Html Css Color HEX #CB6505 Tenne (Tawny)

📋 copy color: '#CB6505'

red 203 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #CB6505

Tints of Tenne (Tawny) #CB6505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 65.7%
G = 32.69%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6505 (or 0xCB6505) is known color: Tenne (Tawny). HEX triplet: CB, 65 and 05. RGB value is (203,101,5). Sum of RGB (Red+Green+Blue) = 203+101+5=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6505 is #349AFA. Grayscale: #797979. Windows color (decimal): -3447547 or 353739. OLE color: 353739.

HSL color Cylindrical-coordinate representation of color #CB6505: hue angle of 29.09º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB6505 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 5 -
CMYK 0 0.50 0.98 0.20
HSL 29.09º 0.95% 0.41% -
HSV(B) 29.09º 0.98% 0.8% -
XYZ 29.31 22.01 2.85 -
YUV 120.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 203 101 5 0 0.50 0.98 0.20 29.09 0.95 0.41
Hex CB 65 5 0 32 62 14 1D 5F 29
Octal 313 145 5 0 62 142 24 35 137 51
Binary 11001011 1100101 101 0 110010 1100010 10100 11101 1011111 101001

Color Harmonies of #CB6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6505

Black with #CB6505

Text Example


Text Example

White with #CB6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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