Html Css Color HEX #CC6902 Tenne (Tawny)

📋 copy color: '#CC6902'

red 204 ◦ green 105 ◦ blue 2

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

Shades of Tenne (Tawny) #CC6902

Tints of Tenne (Tawny) #CC6902

RGB

 RED value IS 204 (80.08% from 255) = 65.59%

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 65.59%
G = 33.76%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6902 (or 0xCC6902) is known color: Tenne (Tawny). HEX triplet: CC, 69 and 02. RGB value is (204,105,2). Sum of RGB (Red+Green+Blue) = 204+105+2=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6902 is #3396FD. Grayscale: #7B7B7B. Windows color (decimal): -3380990 or 158156. OLE color: 158156.

HSL color Cylindrical-coordinate representation of color #CC6902: hue angle of 30.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6902 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 2 -
CMYK 0 0.49 0.99 0.2
HSL 30.59º 0.98% 0.4% -
HSV(B) 30.59º 0.99% 0.8% -
XYZ 29.96 22.94 2.91 -
YUV 122.86 59.8 185.88 -
System Red Green Blue C M Y K H S L
Decimal 204 105 2 0 0.49 0.99 0.2 30.59 0.98 0.4
Hex CC 69 2 0 31 63 14 1F 62 28
Octal 314 151 2 0 61 143 24 37 142 50
Binary 11001100 1101001 10 0 110001 1100011 10100 11111 1100010 101000

Color Harmonies of #CC6902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6902

Black with #CC6902

Text Example


Text Example

White with #CC6902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6902; }

 p { color: rgb(204,105,2); }

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

background-color css

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

 a { background-color: rgb(204,105,2); }

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

border-color css

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

 span { border-color: rgb(204,105,2); }

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