Html Css Color HEX #C3660B Tenne (Tawny)

📋 copy color: '#C3660B'

red 195 ◦ green 102 ◦ blue 11

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

Shades of Tenne (Tawny) #C3660B

Tints of Tenne (Tawny) #C3660B

RGB

 RED value IS 195 (76.56% from 255) = 63.31%

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 63.31%
G = 33.12%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3660B (or 0xC3660B) is known color: Tenne (Tawny). HEX triplet: C3, 66 and 0B. RGB value is (195,102,11). Sum of RGB (Red+Green+Blue) = 195+102+11=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660B is #3C99F4. Grayscale: #777777. Windows color (decimal): -3971573 or 747203. OLE color: 747203.

HSL color Cylindrical-coordinate representation of color #C3660B: hue angle of 29.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3660B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 11 -
CMYK 0 0.48 0.94 0.24
HSL 29.67º 0.89% 0.4% -
HSV(B) 29.67º 0.94% 0.76% -
XYZ 27.32 21.13 2.96 -
YUV 119.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 195 102 11 0 0.48 0.94 0.24 29.67 0.89 0.4
Hex C3 66 B 0 30 5E 18 1E 59 28
Octal 303 146 13 0 60 136 30 36 131 50
Binary 11000011 1100110 1011 0 110000 1011110 11000 11110 1011001 101000

Color Harmonies of #C3660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3660B

Black with #C3660B

Text Example


Text Example

White with #C3660B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3660B; }

 p { color: rgb(195,102,11); }

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

background-color css

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

 a { background-color: rgb(195,102,11); }

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

border-color css

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

 span { border-color: rgb(195,102,11); }

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