Html Css Color HEX #CB6705 Tenne (Tawny)

📋 copy color: '#CB6705'

red 203 ◦ green 103 ◦ blue 5

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

Shades of Tenne (Tawny) #CB6705

Tints of Tenne (Tawny) #CB6705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 65.27%
G = 33.12%
B = 1.61%

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

#CB6705 (or 0xCB6705) is known color: Tenne (Tawny). HEX triplet: CB, 67 and 05. RGB value is (203,103,5). Sum of RGB (Red+Green+Blue) = 203+103+5=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6705 is #3498FA. Grayscale: #7A7A7A. Windows color (decimal): -3447035 or 354251. OLE color: 354251.

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

Color convert

RGB 203 103 5 -
CMYK 0 0.49 0.98 0.20
HSL 29.7º 0.95% 0.41% -
HSV(B) 29.7º 0.98% 0.8% -
XYZ 29.51 22.41 2.91 -
YUV 121.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 203 103 5 0 0.49 0.98 0.20 29.7 0.95 0.41
Hex CB 67 5 0 31 62 14 1E 5F 29
Octal 313 147 5 0 61 142 24 36 137 51
Binary 11001011 1100111 101 0 110001 1100010 10100 11110 1011111 101001

Color Harmonies of #CB6705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6705

Black with #CB6705

Text Example


Text Example

White with #CB6705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6705; }

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

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

background-color css

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

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

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

border-color css

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

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

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