Html Css Color HEX #CB6504 Tenne (Tawny)

📋 copy color: '#CB6504'

red 203 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6504

Tints of Tenne (Tawny) #CB6504

RGB

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

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

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

R = 65.91%
G = 32.79%
B = 1.3%

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

#CB6504 (or 0xCB6504) is known color: Tenne (Tawny). HEX triplet: CB, 65 and 04. RGB value is (203,101,4). Sum of RGB (Red+Green+Blue) = 203+101+4=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6504 is #349AFB. Grayscale: #787878. Windows color (decimal): -3447548 or 288203. OLE color: 288203.

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

Color convert

RGB 203 101 4 -
CMYK 0 0.50 0.98 0.20
HSL 29.25º 0.96% 0.41% -
HSV(B) 29.25º 0.98% 0.8% -
XYZ 29.3 22.01 2.82 -
YUV 120.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 203 101 4 0 0.50 0.98 0.20 29.25 0.96 0.41
Hex CB 65 4 0 32 62 14 1D 60 29
Octal 313 145 4 0 62 142 24 35 140 51
Binary 11001011 1100101 100 0 110010 1100010 10100 11101 1100000 101001

Color Harmonies of #CB6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6504

Black with #CB6504

Text Example


Text Example

White with #CB6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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