Html Css Color HEX #C68B27 Geebung

📋 copy color: '#C68B27'

red 198 ◦ green 139 ◦ blue 39

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

Shades of Geebung #C68B27

Tints of Geebung #C68B27

RGB

 RED value IS 198 (77.73% from 255) = 52.66%

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 52.66%
G = 36.97%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68B27 (or 0xC68B27) is known color: Geebung. HEX triplet: C6, 8B and 27. RGB value is (198,139,39). Sum of RGB (Red+Green+Blue) = 198+139+39=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B27 is #3974D8. Grayscale: #919191. Windows color (decimal): -3765465 or 2591686. OLE color: 2591686.

HSL color Cylindrical-coordinate representation of color #C68B27: hue angle of 37.74º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68B27 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 39 -
CMYK 0 0.30 0.80 0.22
HSL 37.74º 0.67% 0.46% -
HSV(B) 37.74º 0.8% 0.78% -
XYZ 32.89 30.62 6.1 -
YUV 145.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 198 139 39 0 0.30 0.80 0.22 37.74 0.67 0.46
Hex C6 8B 27 0 1E 50 16 26 43 2E
Octal 306 213 47 0 36 120 26 46 103 56
Binary 11000110 10001011 100111 0 11110 1010000 10110 100110 1000011 101110

Color Harmonies of #C68B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B27

Black with #C68B27

Text Example


Text Example

White with #C68B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68B27; }

 p { color: rgb(198,139,39); }

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

background-color css

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

 a { background-color: rgb(198,139,39); }

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

border-color css

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

 span { border-color: rgb(198,139,39); }

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