Html Css Color HEX #CF6622 Chocolate

📋 copy color: '#CF6622'

red 207 ◦ green 102 ◦ blue 34

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

Shades of Chocolate #CF6622

Tints of Chocolate #CF6622

RGB

 RED value IS 207 (81.25% from 255) = 60.35%

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

 BLUE value IS 34 (13.67% from 255) = 9.91%

R = 60.35%
G = 29.74%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF6622 (or 0xCF6622) is known color: Chocolate. HEX triplet: CF, 66 and 22. RGB value is (207,102,34). Sum of RGB (Red+Green+Blue) = 207+102+34=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6622 is #3099DD. Grayscale: #7E7E7E. Windows color (decimal): -3185118 or 2254543. OLE color: 2254543.

HSL color Cylindrical-coordinate representation of color #CF6622: hue angle of 23.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF6622 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 102 34 -
CMYK 0 0.51 0.84 0.19
HSL 23.58º 0.72% 0.47% -
HSV(B) 23.58º 0.84% 0.81% -
XYZ 30.77 22.88 4.31 -
YUV 125.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 207 102 34 0 0.51 0.84 0.19 23.58 0.72 0.47
Hex CF 66 22 0 33 54 13 18 48 2F
Octal 317 146 42 0 63 124 23 30 110 57
Binary 11001111 1100110 100010 0 110011 1010100 10011 11000 1001000 101111

Color Harmonies of #CF6622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6622

Black with #CF6622

Text Example


Text Example

White with #CF6622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6622; }

 p { color: rgb(207,102,34); }

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

background-color css

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

 a { background-color: rgb(207,102,34); }

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

border-color css

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

 span { border-color: rgb(207,102,34); }

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