Html Css Color HEX #CB6A08 Tenne (Tawny)

📋 copy color: '#CB6A08'

red 203 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #CB6A08

Tints of Tenne (Tawny) #CB6A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 64.04%
G = 33.44%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB6A08 (or 0xCB6A08) is known color: Tenne (Tawny). HEX triplet: CB, 6A and 08. RGB value is (203,106,8). Sum of RGB (Red+Green+Blue) = 203+106+8=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A08 is #3495F7. Grayscale: #7C7C7C. Windows color (decimal): -3446264 or 551627. OLE color: 551627.

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

Color convert

RGB 203 106 8 -
CMYK 0 0.48 0.96 0.20
HSL 30.15º 0.92% 0.41% -
HSV(B) 30.15º 0.96% 0.8% -
XYZ 29.83 23.02 3.1 -
YUV 123.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 203 106 8 0 0.48 0.96 0.20 30.15 0.92 0.41
Hex CB 6A 8 0 30 60 14 1E 5C 29
Octal 313 152 10 0 60 140 24 36 134 51
Binary 11001011 1101010 1000 0 110000 1100000 10100 11110 1011100 101001

Color Harmonies of #CB6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A08

Black with #CB6A08

Text Example


Text Example

White with #CB6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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