Html Css Color HEX #CB6A04 Tenne (Tawny)

📋 copy color: '#CB6A04'

red 203 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6A04

Tints of Tenne (Tawny) #CB6A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 64.86%
G = 33.87%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6A04 (or 0xCB6A04) is known color: Tenne (Tawny). HEX triplet: CB, 6A and 04. RGB value is (203,106,4). Sum of RGB (Red+Green+Blue) = 203+106+4=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6A04 is #3495FB. Grayscale: #7B7B7B. Windows color (decimal): -3446268 or 289483. OLE color: 289483.

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

Color convert

RGB 203 106 4 -
CMYK 0 0.48 0.98 0.20
HSL 30.75º 0.96% 0.41% -
HSV(B) 30.75º 0.98% 0.8% -
XYZ 29.8 23.01 2.99 -
YUV 123.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 203 106 4 0 0.48 0.98 0.20 30.75 0.96 0.41
Hex CB 6A 4 0 30 62 14 1F 60 29
Octal 313 152 4 0 60 142 24 37 140 51
Binary 11001011 1101010 100 0 110000 1100010 10100 11111 1100000 101001

Color Harmonies of #CB6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A04

Black with #CB6A04

Text Example


Text Example

White with #CB6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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