Html Css Color HEX #CC6927 Chocolate

📋 copy color: '#CC6927'

red 204 ◦ green 105 ◦ blue 39

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

Shades of Chocolate #CC6927

Tints of Chocolate #CC6927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 58.62%
G = 30.17%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC6927 (or 0xCC6927) is known color: Chocolate. HEX triplet: CC, 69 and 27. RGB value is (204,105,39). Sum of RGB (Red+Green+Blue) = 204+105+39=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6927 is #3396D8. Grayscale: #7F7F7F. Windows color (decimal): -3380953 or 2582988. OLE color: 2582988.

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

Color convert

RGB 204 105 39 -
CMYK 0 0.49 0.81 0.2
HSL 24º 0.68% 0.48% -
HSV(B) 24º 0.81% 0.8% -
XYZ 30.32 23.09 4.78 -
YUV 127.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 204 105 39 0 0.49 0.81 0.2 24 0.68 0.48
Hex CC 69 27 0 31 51 14 18 44 30
Octal 314 151 47 0 61 121 24 30 104 60
Binary 11001100 1101001 100111 0 110001 1010001 10100 11000 1000100 110000

Color Harmonies of #CC6927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6927

Black with #CC6927

Text Example


Text Example

White with #CC6927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6927; }

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

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

background-color css

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

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

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

border-color css

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

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

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