Html Css Color HEX #CB6704 Tenne (Tawny)

📋 copy color: '#CB6704'

red 203 ◦ green 103 ◦ blue 4

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

Shades of Tenne (Tawny) #CB6704

Tints of Tenne (Tawny) #CB6704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 65.48%
G = 33.23%
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

#CB6704 (or 0xCB6704) is known color: Tenne (Tawny). HEX triplet: CB, 67 and 04. RGB value is (203,103,4). Sum of RGB (Red+Green+Blue) = 203+103+4=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6704 is #3498FB. Grayscale: #7A7A7A. Windows color (decimal): -3447036 or 288715. OLE color: 288715.

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

Color convert

RGB 203 103 4 -
CMYK 0 0.49 0.98 0.20
HSL 29.85º 0.96% 0.41% -
HSV(B) 29.85º 0.98% 0.8% -
XYZ 29.5 22.41 2.88 -
YUV 121.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 203 103 4 0 0.49 0.98 0.20 29.85 0.96 0.41
Hex CB 67 4 0 31 62 14 1E 60 29
Octal 313 147 4 0 61 142 24 36 140 51
Binary 11001011 1100111 100 0 110001 1100010 10100 11110 1100000 101001

Color Harmonies of #CB6704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6704

Black with #CB6704

Text Example


Text Example

White with #CB6704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6704; }

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

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

background-color css

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

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

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

border-color css

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

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

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