Html Css Color HEX #CC6923 Chocolate

📋 copy color: '#CC6923'

red 204 ◦ green 105 ◦ blue 35

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

Shades of Chocolate #CC6923

Tints of Chocolate #CC6923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 59.3%
G = 30.52%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6923 (or 0xCC6923) is known color: Chocolate. HEX triplet: CC, 69 and 23. RGB value is (204,105,35). Sum of RGB (Red+Green+Blue) = 204+105+35=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6923 is #3396DC. Grayscale: #7E7E7E. Windows color (decimal): -3380957 or 2320844. OLE color: 2320844.

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

Color convert

RGB 204 105 35 -
CMYK 0 0.49 0.83 0.2
HSL 24.85º 0.71% 0.47% -
HSV(B) 24.85º 0.83% 0.8% -
XYZ 30.26 23.06 4.45 -
YUV 126.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 204 105 35 0 0.49 0.83 0.2 24.85 0.71 0.47
Hex CC 69 23 0 31 53 14 19 47 2F
Octal 314 151 43 0 61 123 24 31 107 57
Binary 11001100 1101001 100011 0 110001 1010011 10100 11001 1000111 101111

Color Harmonies of #CC6923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6923

Black with #CC6923

Text Example


Text Example

White with #CC6923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6923; }

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

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

background-color css

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

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

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

border-color css

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

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

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