Html Css Color HEX #CB6804 Tenne (Tawny)

📋 copy color: '#CB6804'

red 203 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6804

Tints of Tenne (Tawny) #CB6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 65.27%
G = 33.44%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB6804 (or 0xCB6804) is known color: Tenne (Tawny). HEX triplet: CB, 68 and 04. RGB value is (203,104,4). Sum of RGB (Red+Green+Blue) = 203+104+4=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6804 is #3497FB. Grayscale: #7A7A7A. Windows color (decimal): -3446780 or 288971. OLE color: 288971.

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

Color convert

RGB 203 104 4 -
CMYK 0 0.49 0.98 0.20
HSL 30.15º 0.96% 0.41% -
HSV(B) 30.15º 0.98% 0.8% -
XYZ 29.6 22.61 2.92 -
YUV 122.2 61.3 185.63 -
System Red Green Blue C M Y K H S L
Decimal 203 104 4 0 0.49 0.98 0.20 30.15 0.96 0.41
Hex CB 68 4 0 31 62 14 1E 60 29
Octal 313 150 4 0 61 142 24 36 140 51
Binary 11001011 1101000 100 0 110001 1100010 10100 11110 1100000 101001

Color Harmonies of #CB6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6804

Black with #CB6804

Text Example


Text Example

White with #CB6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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