Html Css Color HEX #C36600 Tenne (Tawny)

📋 copy color: '#C36600'

red 195 ◦ green 102 ◦ blue 0

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

Shades of Tenne (Tawny) #C36600

Tints of Tenne (Tawny) #C36600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.66%
G = 34.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C36600 (or 0xC36600) is known color: Tenne (Tawny). HEX triplet: C3, 66 and 00. RGB value is (195,102,0). Sum of RGB (Red+Green+Blue) = 195+102+0=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C36600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36600 is #3C99FF. Grayscale: #767676. Windows color (decimal): -3971584 or 26307. OLE color: 26307.

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

Color convert

RGB 195 102 0 -
CMYK 0 0.48 1 0.24
HSL 31.38º 1% 0.38% -
HSV(B) 31.38º 1% 0.76% -
XYZ 27.26 21.1 2.64 -
YUV 118.18 61.31 182.79 -
System Red Green Blue C M Y K H S L
Decimal 195 102 0 0 0.48 1 0.24 31.38 1 0.38
Hex C3 66 0 0 30 64 18 1F 64 26
Octal 303 146 0 0 60 144 30 37 144 46
Binary 11000011 1100110 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C36600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36600

Black with #C36600

Text Example


Text Example

White with #C36600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36600; }

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

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

background-color css

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

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

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

border-color css

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

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

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