Html Css Color HEX #CB6407 Tenne (Tawny)

📋 copy color: '#CB6407'

red 203 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #CB6407

Tints of Tenne (Tawny) #CB6407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 65.48%
G = 32.26%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB6407 (or 0xCB6407) is known color: Tenne (Tawny). HEX triplet: CB, 64 and 07. RGB value is (203,100,7). Sum of RGB (Red+Green+Blue) = 203+100+7=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6407 is #349BF8. Grayscale: #787878. Windows color (decimal): -3447801 or 484555. OLE color: 484555.

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

Color convert

RGB 203 100 7 -
CMYK 0 0.51 0.97 0.20
HSL 28.47º 0.93% 0.41% -
HSV(B) 28.47º 0.97% 0.8% -
XYZ 29.22 21.83 2.87 -
YUV 120.2 64.12 187.06 -
System Red Green Blue C M Y K H S L
Decimal 203 100 7 0 0.51 0.97 0.20 28.47 0.93 0.41
Hex CB 64 7 0 33 61 14 1C 5D 29
Octal 313 144 7 0 63 141 24 34 135 51
Binary 11001011 1100100 111 0 110011 1100001 10100 11100 1011101 101001

Color Harmonies of #CB6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6407

Black with #CB6407

Text Example


Text Example

White with #CB6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6407; }

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

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

background-color css

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

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

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

border-color css

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

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

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