Html Css Color HEX #CC861F Geebung

📋 copy color: '#CC861F'

red 204 ◦ green 134 ◦ blue 31

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

Shades of Geebung #CC861F

Tints of Geebung #CC861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 31 (12.5% from 255) = 8.4%

R = 55.28%
G = 36.31%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC861F (or 0xCC861F) is known color: Geebung. HEX triplet: CC, 86 and 1F. RGB value is (204,134,31). Sum of RGB (Red+Green+Blue) = 204+134+31=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC861F is #3379E0. Grayscale: #8F8F8F. Windows color (decimal): -3373537 or 2066124. OLE color: 2066124.

HSL color Cylindrical-coordinate representation of color #CC861F: hue angle of 35.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC861F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 31 -
CMYK 0 0.34 0.85 0.2
HSL 35.72º 0.74% 0.46% -
HSV(B) 35.72º 0.85% 0.8% -
XYZ 33.67 29.99 5.31 -
YUV 143.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 204 134 31 0 0.34 0.85 0.2 35.72 0.74 0.46
Hex CC 86 1F 0 22 55 14 24 4A 2E
Octal 314 206 37 0 42 125 24 44 112 56
Binary 11001100 10000110 11111 0 100010 1010101 10100 100100 1001010 101110

Color Harmonies of #CC861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC861F

Black with #CC861F

Text Example


Text Example

White with #CC861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC861F; }

 p { color: rgb(204,134,31); }

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

background-color css

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

 a { background-color: rgb(204,134,31); }

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

border-color css

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

 span { border-color: rgb(204,134,31); }

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