Html Css Color HEX #C06B02 Tenne (Tawny)

📋 copy color: '#C06B02'

red 192 ◦ green 107 ◦ blue 2

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

Shades of Tenne (Tawny) #C06B02

Tints of Tenne (Tawny) #C06B02

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 63.79%
G = 35.55%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06B02 (or 0xC06B02) is known color: Tenne (Tawny). HEX triplet: C0, 6B and 02. RGB value is (192,107,2). Sum of RGB (Red+Green+Blue) = 192+107+2=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B02 is #3F94FD. Grayscale: #787878. Windows color (decimal): -4166910 or 158656. OLE color: 158656.

HSL color Cylindrical-coordinate representation of color #C06B02: hue angle of 33.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C06B02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 2 -
CMYK 0 0.44 0.99 0.25
HSL 33.16º 0.98% 0.38% -
HSV(B) 33.16º 0.99% 0.75% -
XYZ 27.01 21.73 2.83 -
YUV 120.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 192 107 2 0 0.44 0.99 0.25 33.16 0.98 0.38
Hex C0 6B 2 0 2C 63 19 21 62 26
Octal 300 153 2 0 54 143 31 41 142 46
Binary 11000000 1101011 10 0 101100 1100011 11001 100001 1100010 100110

Color Harmonies of #C06B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B02

Black with #C06B02

Text Example


Text Example

White with #C06B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B02; }

 p { color: rgb(192,107,2); }

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

background-color css

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

 a { background-color: rgb(192,107,2); }

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

border-color css

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

 span { border-color: rgb(192,107,2); }

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